HSL(153, 68%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,68%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 68%, 29%) | color: hsl(153, 68%, 29%) | |
| HEX | #187C4F | color: #187C4F | |
| RGB | rgb(24, 124, 79) | color: rgb(24, 124, 79) | |
| CMYK | cmyk(81%, 0%, 36%, 51%) | — | |
| HSV | hsv(153, 81%, 49%) | — | |
| HWB | hwb(153 9% 51%) | color: hwb(153 9% 51%) | |
| OKLCH | oklch(0.52 0.1134 157.97) | color: oklch(0.52 0.1134 157.97) | |
| Lab | lab(45.87 -38.83 16.89) | color: lab(45.87 -38.83 16.89) | |
| LCH | lch(45.87 42.34 156.49) | color: lch(45.87 42.34 156.49) |
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)
#43445A — rgb(67, 68, 90)
Deuteranopia (Green-blind)
#3E365D — rgb(62, 54, 93)
Tritanopia (Blue-blind)
#1D6264 — rgb(29, 98, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 68%, 29%);
text
color: hsl(153, 68%, 29%);
border
border: 2px solid hsl(153, 68%, 29%);
gradient light
background: linear-gradient(to right, hsl(153, 68%, 49%), hsl(153, 68%, 29%));
gradient dark
background: linear-gradient(to right, hsl(153, 68%, 29%), hsl(153, 68%, 9%))
hex
background-color: #187C4F;
tailwind
bg-[hsl(153,68%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 68%, 29%, 0.4);
css variable
--color-primary: hsl(153, 68%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 68%, 29%)?
HEX: #187C4F | RGB: rgb(24, 124, 79) | CMYK: 81%, 0%, 36%, 51% | HSV: 153°, 81%, 49%. Copy any format from the conversion table above.
What colors go well with #187C4F?
The complementary color is HSL(333, 68%, 29%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 68%, 29%) in CSS?
As HSL: color: hsl(153, 68%, 29%); — As HEX: color: #187C4F; — As RGB: color: rgb(24, 124, 79); — Tailwind CSS: bg-[hsl(153,68%,29%)] — CSS variable: --color-primary: hsl(153, 68%, 29%);