# HSLuv - 개발자 친화적인 색 공간

> Clean Markdown view of GeekNews topic #1691. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1691](https://news.hada.io/topic?id=1691)
- GeekNews Markdown: [https://news.hada.io/topic/1691.md](https://news.hada.io/topic/1691.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-11T11:29:59+09:00
- Updated: 2020-03-11T11:29:59+09:00
- Original source: [kuon.ch](https://www.kuon.ch/post/2020-03-08-hsluv/)
- Points: 7
- Comments: 1

## Topic Body

RGB는 밝은지,탁한지 어떤 색인지 사람이 알기 어려움

HSL은 밝기나 채도가 균등하지 않음

HSLuv는 균등하면서도 편함

- 브랜드 컬러에서 테마 색상 팔레트를 자동 생성 가능

- 사용자가 쓰기 좋은 컬러만 추천 가능

## Comments



### Comment 1330

- Author: xguru
- Created: 2020-03-11T11:30:09+09:00
- Points: 2

저도 색상은 잘 모르는데 ( 여기 페이지 보시면 아시겠지만.. )

해당 글에 팔레트를 프로그래밍적으로 뽑아내는 부분이 맘에 들더군요.

- 바로 테스트 해볼수 있는 팔레트는 HSLuv 공식 사이트에서 https://www.hsluv.org/

- 대부분의 프로그래밍 언어 구현체가 있습니다 https://www.hsluv.org/implementations/

- 2012년에 처음 HSLuv 를 제안한 글이 조금 더 읽기 편합니다 https://www.boronine.com/2012/03/26/Color-Spaces-for-Human-Beings/

- Human Friendly Colours using HSL https://medium.com/samsung-internet-dev/human-friendly-colours-using-hsl-4944bcdb6e27

- 읽기 쉬운 HSL 컬러 https://hyeonseok.com/soojung/dev/2017/10/14/827.html

"HSL은 색조(hue), 포화(saturation), 밝기(lightness)로 컬러를 표현하는 방법인데 사람이 색을 묘사하는 방법과 유사한 속성을 사용하기 때문에 비슷한 색이나 약간의 변화가 필요한 색을 조합할 때 직관적으로 색을 만들어낼 수 있다."
