HSL(182, 60%, 23%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,60%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 60%, 23%) | color: hsl(182, 60%, 23%) | |
| HEX | #175B5E | color: #175B5E | |
| RGB | rgb(23, 91, 94) | color: rgb(23, 91, 94) | |
| CMYK | cmyk(76%, 3%, 0%, 63%) | — | |
| HSV | hsv(183, 76%, 37%) | — | |
| HWB | hwb(183 9% 63%) | color: hwb(183 9% 63%) | |
| OKLCH | oklch(0.4319 0.0651 199.38) | color: oklch(0.4319 0.0651 199.38) | |
| Lab | lab(34.95 -19.26 -7.78) | color: lab(34.95 -19.26 -7.78) | |
| LCH | lch(34.95 20.77 202) | color: lch(34.95 20.77 202) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#34355D — rgb(52, 53, 93)
Deuteranopia (Green-blind)
#312B5D — rgb(49, 43, 93)
Tritanopia (Blue-blind)
#1A5D5D — rgb(26, 93, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 60%, 23%);
text
color: hsl(182, 60%, 23%);
border
border: 2px solid hsl(182, 60%, 23%);
gradient light
background: linear-gradient(to right, hsl(182, 60%, 43%), hsl(182, 60%, 23%));
gradient dark
background: linear-gradient(to right, hsl(182, 60%, 23%), hsl(182, 60%, 3%))
hex
background-color: #175B5E;
tailwind
bg-[hsl(182,60%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 60%, 23%, 0.4);
css variable
--color-primary: hsl(182, 60%, 23%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 60%, 23%)?
HEX: #175B5E | RGB: rgb(23, 91, 94) | CMYK: 76%, 3%, 0%, 63% | HSV: 183°, 76%, 37%. Copy any format from the conversion table above.
What colors go well with #175B5E?
The complementary color is HSL(2, 60%, 23%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 60%, 23%) in CSS?
As HSL: color: hsl(182, 60%, 23%); — As HEX: color: #175B5E; — As RGB: color: rgb(23, 91, 94); — Tailwind CSS: bg-[hsl(182,60%,23%)] — CSS variable: --color-primary: hsl(182, 60%, 23%);