HSL(158, 64%, 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(158,64%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 64%, 14%) | color: hsl(158, 64%, 14%) | |
| HEX | #0D3B2A | color: #0D3B2A | |
| RGB | rgb(13, 59, 42) | color: rgb(13, 59, 42) | |
| CMYK | cmyk(78%, 0%, 29%, 77%) | — | |
| HSV | hsv(158, 78%, 23%) | — | |
| HWB | hwb(158 5% 77%) | color: hwb(158 5% 77%) | |
| OKLCH | oklch(0.3162 0.0581 164.35) | color: oklch(0.3162 0.0581 164.35) | |
| Lab | lab(21.51 -20.31 6.14) | color: lab(21.51 -20.31 6.14) | |
| LCH | lch(21.51 21.22 163.18) | color: lch(21.51 21.22 163.18) |
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)
#21212E — rgb(33, 33, 46)
Deuteranopia (Green-blind)
#1E1B2F — rgb(30, 27, 47)
Tritanopia (Blue-blind)
#0F3132 — rgb(15, 49, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 64%, 14%);
text
color: hsl(158, 64%, 14%);
border
border: 2px solid hsl(158, 64%, 14%);
gradient light
background: linear-gradient(to right, hsl(158, 64%, 34%), hsl(158, 64%, 14%));
gradient dark
background: linear-gradient(to right, hsl(158, 64%, 14%), hsl(158, 64%, 0%))
hex
background-color: #0D3B2A;
tailwind
bg-[hsl(158,64%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 64%, 14%, 0.4);
css variable
--color-primary: hsl(158, 64%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 64%, 14%)?
HEX: #0D3B2A | RGB: rgb(13, 59, 42) | CMYK: 78%, 0%, 29%, 77% | HSV: 158°, 78%, 23%. Copy any format from the conversion table above.
What colors go well with #0D3B2A?
The complementary color is HSL(338, 64%, 14%). 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, 64%, 14%) in CSS?
As HSL: color: hsl(158, 64%, 14%); — As HEX: color: #0D3B2A; — As RGB: color: rgb(13, 59, 42); — Tailwind CSS: bg-[hsl(158,64%,14%)] — CSS variable: --color-primary: hsl(158, 64%, 14%);