HSL(159, 20%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,20%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 20%, 24%) | color: hsl(159, 20%, 24%) | |
| HEX | #314941 | color: #314941 | |
| RGB | rgb(49, 73, 65) | color: rgb(49, 73, 65) | |
| CMYK | cmyk(33%, 0%, 11%, 71%) | — | |
| HSV | hsv(160, 33%, 29%) | — | |
| HWB | hwb(160 19% 71%) | color: hwb(160 19% 71%) | |
| OKLCH | oklch(0.3829 0.0327 171.78) | color: oklch(0.3829 0.0327 171.78) | |
| Lab | lab(28.9 -11.29 1.83) | color: lab(28.9 -11.29 1.83) | |
| LCH | lch(28.9 11.44 170.79) | color: lch(28.9 11.44 170.79) |
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)
#3B3C43 — rgb(59, 60, 67)
Deuteranopia (Green-blind)
#3A3843 — rgb(58, 56, 67)
Tritanopia (Blue-blind)
#324445 — rgb(50, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 20%, 24%);
text
color: hsl(159, 20%, 24%);
border
border: 2px solid hsl(159, 20%, 24%);
gradient light
background: linear-gradient(to right, hsl(159, 20%, 44%), hsl(159, 20%, 24%));
gradient dark
background: linear-gradient(to right, hsl(159, 20%, 24%), hsl(159, 20%, 4%))
hex
background-color: #314941;
tailwind
bg-[hsl(159,20%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 20%, 24%, 0.4);
css variable
--color-primary: hsl(159, 20%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 20%, 24%)?
HEX: #314941 | RGB: rgb(49, 73, 65) | CMYK: 33%, 0%, 11%, 71% | HSV: 160°, 33%, 29%. Copy any format from the conversion table above.
What colors go well with #314941?
The complementary color is HSL(339, 20%, 24%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 20%, 24%) in CSS?
As HSL: color: hsl(159, 20%, 24%); — As HEX: color: #314941; — As RGB: color: rgb(49, 73, 65); — Tailwind CSS: bg-[hsl(159,20%,24%)] — CSS variable: --color-primary: hsl(159, 20%, 24%);