HSL(156, 96%, 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(156,96%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 96%, 4%) | color: hsl(156, 96%, 4%) | |
| HEX | #00140C | color: #00140C | |
| RGB | rgb(0, 20, 12) | color: rgb(0, 20, 12) | |
| CMYK | cmyk(100%, 0%, 40%, 92%) | — | |
| HSV | hsv(156, 100%, 8%) | — | |
| HWB | hwb(156 0% 92%) | color: hwb(156 0% 92%) | |
| OKLCH | oklch(0.1697 0.0349 166.8) | color: oklch(0.1697 0.0349 166.8) | |
| Lab | lab(4.76 -7.55 2.01) | color: lab(4.76 -7.55 2.01) | |
| LCH | lch(4.76 7.81 165.09) | color: lch(4.76 7.81 165.09) |
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)
#09090E — rgb(9, 9, 14)
Deuteranopia (Green-blind)
#08060E — rgb(8, 6, 14)
Tritanopia (Blue-blind)
#010F10 — rgb(1, 15, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 96%, 4%);
text
color: hsl(156, 96%, 4%);
border
border: 2px solid hsl(156, 96%, 4%);
gradient light
background: linear-gradient(to right, hsl(156, 96%, 24%), hsl(156, 96%, 4%));
gradient dark
background: linear-gradient(to right, hsl(156, 96%, 4%), hsl(156, 96%, 0%))
hex
background-color: #00140C;
tailwind
bg-[hsl(156,96%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 96%, 4%, 0.4);
css variable
--color-primary: hsl(156, 96%, 4%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 96%, 4%)?
HEX: #00140C | RGB: rgb(0, 20, 12) | CMYK: 100%, 0%, 40%, 92% | HSV: 156°, 100%, 8%. Copy any format from the conversion table above.
What colors go well with #00140C?
The complementary color is HSL(336, 96%, 4%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 96%, 4%) in CSS?
As HSL: color: hsl(156, 96%, 4%); — As HEX: color: #00140C; — As RGB: color: rgb(0, 20, 12); — Tailwind CSS: bg-[hsl(156,96%,4%)] — CSS variable: --color-primary: hsl(156, 96%, 4%);