HSL(160, 80%, 8%)
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(160,80%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 80%, 8%) | color: hsl(160, 80%, 8%) | |
| HEX | #04251A | color: #04251A | |
| RGB | rgb(4, 37, 26) | color: rgb(4, 37, 26) | |
| CMYK | cmyk(89%, 0%, 30%, 85%) | — | |
| HSV | hsv(160, 89%, 15%) | — | |
| HWB | hwb(160 2% 85%) | color: hwb(160 2% 85%) | |
| OKLCH | oklch(0.2369 0.044 166.87) | color: oklch(0.2369 0.044 166.87) | |
| Lab | lab(12.11 -15.47 3.91) | color: lab(12.11 -15.47 3.91) | |
| LCH | lch(12.11 15.96 165.82) | color: lch(12.11 15.96 165.82) |
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)
#12131D — rgb(18, 19, 29)
Deuteranopia (Green-blind)
#100E1D — rgb(16, 14, 29)
Tritanopia (Blue-blind)
#061F1F — rgb(6, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 80%, 8%);
text
color: hsl(160, 80%, 8%);
border
border: 2px solid hsl(160, 80%, 8%);
gradient light
background: linear-gradient(to right, hsl(160, 80%, 28%), hsl(160, 80%, 8%));
gradient dark
background: linear-gradient(to right, hsl(160, 80%, 8%), hsl(160, 80%, 0%))
hex
background-color: #04251A;
tailwind
bg-[hsl(160,80%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 80%, 8%, 0.4);
css variable
--color-primary: hsl(160, 80%, 8%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 80%, 8%)?
HEX: #04251A | RGB: rgb(4, 37, 26) | CMYK: 89%, 0%, 30%, 85% | HSV: 160°, 89%, 15%. Copy any format from the conversion table above.
What colors go well with #04251A?
The complementary color is HSL(340, 80%, 8%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 80%, 8%) in CSS?
As HSL: color: hsl(160, 80%, 8%); — As HEX: color: #04251A; — As RGB: color: rgb(4, 37, 26); — Tailwind CSS: bg-[hsl(160,80%,8%)] — CSS variable: --color-primary: hsl(160, 80%, 8%);