HSL(179, 66%, 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(179,66%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(179, 66%, 14%) | color: hsl(179, 66%, 14%) | |
| HEX | #0C3B3A | color: #0C3B3A | |
| RGB | rgb(12, 59, 58) | color: rgb(12, 59, 58) | |
| CMYK | cmyk(80%, 0%, 2%, 77%) | — | |
| HSV | hsv(179, 80%, 23%) | — | |
| HWB | hwb(179 5% 77%) | color: hwb(179 5% 77%) | |
| OKLCH | oklch(0.3217 0.0487 192.92) | color: oklch(0.3217 0.0487 192.92) | |
| Lab | lab(21.99 -15.45 -3.91) | color: lab(21.99 -15.45 -3.91) | |
| LCH | lch(21.99 15.94 194.2) | color: lch(21.99 15.94 194.2) |
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)
#20213A — rgb(32, 33, 58)
Deuteranopia (Green-blind)
#1E1A3A — rgb(30, 26, 58)
Tritanopia (Blue-blind)
#0E3A3A — rgb(14, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(179, 66%, 14%);
text
color: hsl(179, 66%, 14%);
border
border: 2px solid hsl(179, 66%, 14%);
gradient light
background: linear-gradient(to right, hsl(179, 66%, 34%), hsl(179, 66%, 14%));
gradient dark
background: linear-gradient(to right, hsl(179, 66%, 14%), hsl(179, 66%, 0%))
hex
background-color: #0C3B3A;
tailwind
bg-[hsl(179,66%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(179, 66%, 14%, 0.4);
css variable
--color-primary: hsl(179, 66%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(179, 66%, 14%)?
HEX: #0C3B3A | RGB: rgb(12, 59, 58) | CMYK: 80%, 0%, 2%, 77% | HSV: 179°, 80%, 23%. Copy any format from the conversion table above.
What colors go well with #0C3B3A?
The complementary color is HSL(359, 66%, 14%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(179, 66%, 14%) in CSS?
As HSL: color: hsl(179, 66%, 14%); — As HEX: color: #0C3B3A; — As RGB: color: rgb(12, 59, 58); — Tailwind CSS: bg-[hsl(179,66%,14%)] — CSS variable: --color-primary: hsl(179, 66%, 14%);