HSL(175, 23%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,23%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 23%, 51%) | color: hsl(175, 23%, 51%) | |
| HEX | #659F9A | color: #659F9A | |
| RGB | rgb(101, 159, 154) | color: rgb(101, 159, 154) | |
| CMYK | cmyk(36%, 0%, 3%, 38%) | — | |
| HSV | hsv(175, 36%, 62%) | — | |
| HWB | hwb(175 40% 38%) | color: hwb(175 40% 38%) | |
| OKLCH | oklch(0.6612 0.0612 188.87) | color: oklch(0.6612 0.0612 188.87) | |
| Lab | lab(61.56 -20.08 -3.39) | color: lab(61.56 -20.08 -3.39) | |
| LCH | lch(61.56 20.36 189.58) | color: lch(61.56 20.36 189.58) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7E7F9B — rgb(126, 127, 155)
Deuteranopia (Green-blind)
#7B769C — rgb(123, 118, 156)
Tritanopia (Blue-blind)
#689C9C — rgb(104, 156, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 23%, 51%);
text
color: hsl(175, 23%, 51%);
border
border: 2px solid hsl(175, 23%, 51%);
gradient light
background: linear-gradient(to right, hsl(175, 23%, 71%), hsl(175, 23%, 51%));
gradient dark
background: linear-gradient(to right, hsl(175, 23%, 51%), hsl(175, 23%, 31%))
hex
background-color: #659F9A;
tailwind
bg-[hsl(175,23%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 23%, 51%, 0.4);
css variable
--color-primary: hsl(175, 23%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 23%, 51%)?
HEX: #659F9A | RGB: rgb(101, 159, 154) | CMYK: 36%, 0%, 3%, 38% | HSV: 175°, 36%, 62%. Copy any format from the conversion table above.
What colors go well with #659F9A?
The complementary color is HSL(355, 23%, 51%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 23%, 51%) in CSS?
As HSL: color: hsl(175, 23%, 51%); — As HEX: color: #659F9A; — As RGB: color: rgb(101, 159, 154); — Tailwind CSS: bg-[hsl(175,23%,51%)] — CSS variable: --color-primary: hsl(175, 23%, 51%);