HSL(188, 59%, 13%)
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(188,59%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 59%, 13%) | color: hsl(188, 59%, 13%) | |
| HEX | #0E2F35 | color: #0E2F35 | |
| RGB | rgb(14, 47, 53) | color: rgb(14, 47, 53) | |
| CMYK | cmyk(74%, 11%, 0%, 79%) | — | |
| HSV | hsv(189, 74%, 21%) | — | |
| HWB | hwb(189 5% 79%) | color: hwb(189 5% 79%) | |
| OKLCH | oklch(0.284 0.0393 211.52) | color: oklch(0.284 0.0393 211.52) | |
| Lab | lab(17.38 -9.63 -7.4) | color: lab(17.38 -9.63 -7.4) | |
| LCH | lch(17.38 12.14 217.54) | color: lch(17.38 12.14 217.54) |
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)
#1C1D34 — rgb(28, 29, 52)
Deuteranopia (Green-blind)
#1A1833 — rgb(26, 24, 51)
Tritanopia (Blue-blind)
#103232 — rgb(16, 50, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 59%, 13%);
text
color: hsl(188, 59%, 13%);
border
border: 2px solid hsl(188, 59%, 13%);
gradient light
background: linear-gradient(to right, hsl(188, 59%, 33%), hsl(188, 59%, 13%));
gradient dark
background: linear-gradient(to right, hsl(188, 59%, 13%), hsl(188, 59%, 0%))
hex
background-color: #0E2F35;
tailwind
bg-[hsl(188,59%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 59%, 13%, 0.4);
css variable
--color-primary: hsl(188, 59%, 13%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 59%, 13%)?
HEX: #0E2F35 | RGB: rgb(14, 47, 53) | CMYK: 74%, 11%, 0%, 79% | HSV: 189°, 74%, 21%. Copy any format from the conversion table above.
What colors go well with #0E2F35?
The complementary color is HSL(8, 59%, 13%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 59%, 13%) in CSS?
As HSL: color: hsl(188, 59%, 13%); — As HEX: color: #0E2F35; — As RGB: color: rgb(14, 47, 53); — Tailwind CSS: bg-[hsl(188,59%,13%)] — CSS variable: --color-primary: hsl(188, 59%, 13%);