HSL(167, 40%, 4%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,40%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 40%, 4%) | color: hsl(167, 40%, 4%) | |
| HEX | #060E0D | color: #060E0D | |
| RGB | rgb(6, 14, 13) | color: rgb(6, 14, 13) | |
| CMYK | cmyk(57%, 0%, 7%, 95%) | — | |
| HSV | hsv(173, 57%, 5%) | — | |
| HWB | hwb(173 2% 95%) | color: hwb(173 2% 95%) | |
| OKLCH | oklch(0.1547 0.0133 186.73) | color: oklch(0.1547 0.0133 186.73) | |
| Lab | lab(3.45 -2.38 -0.32) | color: lab(3.45 -2.38 -0.32) | |
| LCH | lch(3.45 2.4 187.66) | color: lch(3.45 2.4 187.66) |
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)
#090A0D — rgb(9, 10, 13)
Deuteranopia (Green-blind)
#09080D — rgb(9, 8, 13)
Tritanopia (Blue-blind)
#060D0D — rgb(6, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 40%, 4%);
text
color: hsl(167, 40%, 4%);
border
border: 2px solid hsl(167, 40%, 4%);
gradient light
background: linear-gradient(to right, hsl(167, 40%, 24%), hsl(167, 40%, 4%));
gradient dark
background: linear-gradient(to right, hsl(167, 40%, 4%), hsl(167, 40%, 0%))
hex
background-color: #060E0D;
tailwind
bg-[hsl(167,40%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 40%, 4%, 0.4);
css variable
--color-primary: hsl(167, 40%, 4%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 40%, 4%)?
HEX: #060E0D | RGB: rgb(6, 14, 13) | CMYK: 57%, 0%, 7%, 95% | HSV: 173°, 57%, 5%. Copy any format from the conversion table above.
What colors go well with #060E0D?
The complementary color is HSL(347, 40%, 4%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 40%, 4%) in CSS?
As HSL: color: hsl(167, 40%, 4%); — As HEX: color: #060E0D; — As RGB: color: rgb(6, 14, 13); — Tailwind CSS: bg-[hsl(167,40%,4%)] — CSS variable: --color-primary: hsl(167, 40%, 4%);