HSL(185, 52%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(185,52%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 52%, 17%) | color: hsl(185, 52%, 17%) | |
| HEX | #153E42 | color: #153E42 | |
| RGB | rgb(21, 62, 66) | color: rgb(21, 62, 66) | |
| CMYK | cmyk(68%, 6%, 0%, 74%) | — | |
| HSV | hsv(185, 68%, 26%) | — | |
| HWB | hwb(185 8% 74%) | color: hwb(185 8% 74%) | |
| OKLCH | oklch(0.3371 0.0455 204.11) | color: oklch(0.3371 0.0455 204.11) | |
| Lab | lab(23.66 -12.69 -6.72) | color: lab(23.66 -12.69 -6.72) | |
| LCH | lch(23.66 14.36 207.9) | color: lch(23.66 14.36 207.9) |
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)
#272741 — rgb(39, 39, 65)
Deuteranopia (Green-blind)
#242141 — rgb(36, 33, 65)
Tritanopia (Blue-blind)
#174040 — rgb(23, 64, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 52%, 17%);
text
color: hsl(185, 52%, 17%);
border
border: 2px solid hsl(185, 52%, 17%);
gradient light
background: linear-gradient(to right, hsl(185, 52%, 37%), hsl(185, 52%, 17%));
gradient dark
background: linear-gradient(to right, hsl(185, 52%, 17%), hsl(185, 52%, 0%))
hex
background-color: #153E42;
tailwind
bg-[hsl(185,52%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 52%, 17%, 0.4);
css variable
--color-primary: hsl(185, 52%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 52%, 17%)?
HEX: #153E42 | RGB: rgb(21, 62, 66) | CMYK: 68%, 6%, 0%, 74% | HSV: 185°, 68%, 26%. Copy any format from the conversion table above.
What colors go well with #153E42?
The complementary color is HSL(5, 52%, 17%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 52%, 17%) in CSS?
As HSL: color: hsl(185, 52%, 17%); — As HEX: color: #153E42; — As RGB: color: rgb(21, 62, 66); — Tailwind CSS: bg-[hsl(185,52%,17%)] — CSS variable: --color-primary: hsl(185, 52%, 17%);