HSL(152, 95%, 5%)
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(152,95%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 95%, 5%) | color: hsl(152, 95%, 5%) | |
| HEX | #01190E | color: #01190E | |
| RGB | rgb(1, 25, 14) | color: rgb(1, 25, 14) | |
| CMYK | cmyk(96%, 0%, 44%, 90%) | — | |
| HSV | hsv(153, 96%, 10%) | — | |
| HWB | hwb(153 0% 90%) | color: hwb(153 0% 90%) | |
| OKLCH | oklch(0.1895 0.0397 161.82) | color: oklch(0.1895 0.0397 161.82) | |
| Lab | lab(6.62 -10.56 3.79) | color: lab(6.62 -10.56 3.79) | |
| LCH | lch(6.62 11.22 160.26) | color: lch(6.62 11.22 160.26) |
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)
#0B0C11 — rgb(11, 12, 17)
Deuteranopia (Green-blind)
#0A0811 — rgb(10, 8, 17)
Tritanopia (Blue-blind)
#021313 — rgb(2, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 95%, 5%);
text
color: hsl(152, 95%, 5%);
border
border: 2px solid hsl(152, 95%, 5%);
gradient light
background: linear-gradient(to right, hsl(152, 95%, 25%), hsl(152, 95%, 5%));
gradient dark
background: linear-gradient(to right, hsl(152, 95%, 5%), hsl(152, 95%, 0%))
hex
background-color: #01190E;
tailwind
bg-[hsl(152,95%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 95%, 5%, 0.4);
css variable
--color-primary: hsl(152, 95%, 5%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 95%, 5%)?
HEX: #01190E | RGB: rgb(1, 25, 14) | CMYK: 96%, 0%, 44%, 90% | HSV: 153°, 96%, 10%. Copy any format from the conversion table above.
What colors go well with #01190E?
The complementary color is HSL(332, 95%, 5%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 95%, 5%) in CSS?
As HSL: color: hsl(152, 95%, 5%); — As HEX: color: #01190E; — As RGB: color: rgb(1, 25, 14); — Tailwind CSS: bg-[hsl(152,95%,5%)] — CSS variable: --color-primary: hsl(152, 95%, 5%);