HSL(166, 20%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,20%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 20%, 24%) | color: hsl(166, 20%, 24%) | |
| HEX | #314944 | color: #314944 | |
| RGB | rgb(49, 73, 68) | color: rgb(49, 73, 68) | |
| CMYK | cmyk(33%, 0%, 7%, 71%) | — | |
| HSV | hsv(168, 33%, 29%) | — | |
| HWB | hwb(168 19% 71%) | color: hwb(168 19% 71%) | |
| OKLCH | oklch(0.384 0.0308 180.18) | color: oklch(0.384 0.0308 180.18) | |
| Lab | lab(28.99 -10.51 0.03) | color: lab(28.99 -10.51 0.03) | |
| LCH | lch(28.99 10.51 179.84) | color: lch(28.99 10.51 179.84) |
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)
#3B3C45 — rgb(59, 60, 69)
Deuteranopia (Green-blind)
#3A3846 — rgb(58, 56, 70)
Tritanopia (Blue-blind)
#324646 — rgb(50, 70, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 20%, 24%);
text
color: hsl(166, 20%, 24%);
border
border: 2px solid hsl(166, 20%, 24%);
gradient light
background: linear-gradient(to right, hsl(166, 20%, 44%), hsl(166, 20%, 24%));
gradient dark
background: linear-gradient(to right, hsl(166, 20%, 24%), hsl(166, 20%, 4%))
hex
background-color: #314944;
tailwind
bg-[hsl(166,20%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 20%, 24%, 0.4);
css variable
--color-primary: hsl(166, 20%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 20%, 24%)?
HEX: #314944 | RGB: rgb(49, 73, 68) | CMYK: 33%, 0%, 7%, 71% | HSV: 168°, 33%, 29%. Copy any format from the conversion table above.
What colors go well with #314944?
The complementary color is HSL(346, 20%, 24%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 20%, 24%) in CSS?
As HSL: color: hsl(166, 20%, 24%); — As HEX: color: #314944; — As RGB: color: rgb(49, 73, 68); — Tailwind CSS: bg-[hsl(166,20%,24%)] — CSS variable: --color-primary: hsl(166, 20%, 24%);