HSL(189, 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(189,66%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 66%, 14%) | color: hsl(189, 66%, 14%) | |
| HEX | #0C343B | color: #0C343B | |
| RGB | rgb(12, 52, 59) | color: rgb(12, 52, 59) | |
| CMYK | cmyk(80%, 12%, 0%, 77%) | — | |
| HSV | hsv(189, 80%, 23%) | — | |
| HWB | hwb(189 5% 77%) | color: hwb(189 5% 77%) | |
| OKLCH | oklch(0.3012 0.0448 211.54) | color: oklch(0.3012 0.0448 211.54) | |
| Lab | lab(19.43 -10.91 -8.43) | color: lab(19.43 -10.91 -8.43) | |
| LCH | lch(19.43 13.79 217.69) | color: lch(19.43 13.79 217.69) |
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)
#1D1E39 — rgb(29, 30, 57)
Deuteranopia (Green-blind)
#1B1839 — rgb(27, 24, 57)
Tritanopia (Blue-blind)
#0E3838 — rgb(14, 56, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 66%, 14%);
text
color: hsl(189, 66%, 14%);
border
border: 2px solid hsl(189, 66%, 14%);
gradient light
background: linear-gradient(to right, hsl(189, 66%, 34%), hsl(189, 66%, 14%));
gradient dark
background: linear-gradient(to right, hsl(189, 66%, 14%), hsl(189, 66%, 0%))
hex
background-color: #0C343B;
tailwind
bg-[hsl(189,66%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 66%, 14%, 0.4);
css variable
--color-primary: hsl(189, 66%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 66%, 14%)?
HEX: #0C343B | RGB: rgb(12, 52, 59) | CMYK: 80%, 12%, 0%, 77% | HSV: 189°, 80%, 23%. Copy any format from the conversion table above.
What colors go well with #0C343B?
The complementary color is HSL(9, 66%, 14%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 66%, 14%) in CSS?
As HSL: color: hsl(189, 66%, 14%); — As HEX: color: #0C343B; — As RGB: color: rgb(12, 52, 59); — Tailwind CSS: bg-[hsl(189,66%,14%)] — CSS variable: --color-primary: hsl(189, 66%, 14%);