HSL(156, 60%, 14%)
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,60%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 60%, 14%) | color: hsl(156, 60%, 14%) | |
| HEX | #0E3928 | color: #0E3928 | |
| RGB | rgb(14, 57, 40) | color: rgb(14, 57, 40) | |
| CMYK | cmyk(75%, 0%, 30%, 78%) | — | |
| HSV | hsv(156, 75%, 22%) | — | |
| HWB | hwb(156 6% 78%) | color: hwb(156 6% 78%) | |
| OKLCH | oklch(0.3097 0.0564 163.22) | color: oklch(0.3097 0.0564 163.22) | |
| Lab | lab(20.72 -19.63 6.37) | color: lab(20.72 -19.63 6.37) | |
| LCH | lch(20.72 20.64 162.02) | color: lch(20.72 20.64 162.02) |
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)
#21212C — rgb(33, 33, 44)
Deuteranopia (Green-blind)
#1E1B2D — rgb(30, 27, 45)
Tritanopia (Blue-blind)
#102F30 — rgb(16, 47, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 60%, 14%);
text
color: hsl(156, 60%, 14%);
border
border: 2px solid hsl(156, 60%, 14%);
gradient light
background: linear-gradient(to right, hsl(156, 60%, 34%), hsl(156, 60%, 14%));
gradient dark
background: linear-gradient(to right, hsl(156, 60%, 14%), hsl(156, 60%, 0%))
hex
background-color: #0E3928;
tailwind
bg-[hsl(156,60%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 60%, 14%, 0.4);
css variable
--color-primary: hsl(156, 60%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 60%, 14%)?
HEX: #0E3928 | RGB: rgb(14, 57, 40) | CMYK: 75%, 0%, 30%, 78% | HSV: 156°, 75%, 22%. Copy any format from the conversion table above.
What colors go well with #0E3928?
The complementary color is HSL(336, 60%, 14%). 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, 60%, 14%) in CSS?
As HSL: color: hsl(156, 60%, 14%); — As HEX: color: #0E3928; — As RGB: color: rgb(14, 57, 40); — Tailwind CSS: bg-[hsl(156,60%,14%)] — CSS variable: --color-primary: hsl(156, 60%, 14%);