HSL(158, 50%, 6%)
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(158,50%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 50%, 6%) | color: hsl(158, 50%, 6%) | |
| HEX | #081711 | color: #081711 | |
| RGB | rgb(8, 23, 17) | color: rgb(8, 23, 17) | |
| CMYK | cmyk(65%, 0%, 26%, 91%) | — | |
| HSV | hsv(156, 65%, 9%) | — | |
| HWB | hwb(156 3% 91%) | color: hwb(156 3% 91%) | |
| OKLCH | oklch(0.1887 0.0244 166.24) | color: oklch(0.1887 0.0244 166.24) | |
| Lab | lab(6.37 -6.65 1.83) | color: lab(6.37 -6.65 1.83) | |
| LCH | lch(6.37 6.9 164.61) | color: lch(6.37 6.9 164.61) |
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)
#0E0F12 — rgb(14, 15, 18)
Deuteranopia (Green-blind)
#0E0D13 — rgb(14, 13, 19)
Tritanopia (Blue-blind)
#091414 — rgb(9, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 50%, 6%);
text
color: hsl(158, 50%, 6%);
border
border: 2px solid hsl(158, 50%, 6%);
gradient light
background: linear-gradient(to right, hsl(158, 50%, 26%), hsl(158, 50%, 6%));
gradient dark
background: linear-gradient(to right, hsl(158, 50%, 6%), hsl(158, 50%, 0%))
hex
background-color: #081711;
tailwind
bg-[hsl(158,50%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 50%, 6%, 0.4);
css variable
--color-primary: hsl(158, 50%, 6%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 50%, 6%)?
HEX: #081711 | RGB: rgb(8, 23, 17) | CMYK: 65%, 0%, 26%, 91% | HSV: 156°, 65%, 9%. Copy any format from the conversion table above.
What colors go well with #081711?
The complementary color is HSL(338, 50%, 6%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 50%, 6%) in CSS?
As HSL: color: hsl(158, 50%, 6%); — As HEX: color: #081711; — As RGB: color: rgb(8, 23, 17); — Tailwind CSS: bg-[hsl(158,50%,6%)] — CSS variable: --color-primary: hsl(158, 50%, 6%);