HSL(186, 57%, 8%)
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(186,57%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 57%, 8%) | color: hsl(186, 57%, 8%) | |
| HEX | #091E20 | color: #091E20 | |
| RGB | rgb(9, 30, 32) | color: rgb(9, 30, 32) | |
| CMYK | cmyk(72%, 6%, 0%, 87%) | — | |
| HSV | hsv(185, 72%, 13%) | — | |
| HWB | hwb(185 4% 87%) | color: hwb(185 4% 87%) | |
| OKLCH | oklch(0.2189 0.027 203.69) | color: oklch(0.2189 0.027 203.69) | |
| Lab | lab(9.73 -7.61 -3.93) | color: lab(9.73 -7.61 -3.93) | |
| LCH | lch(9.73 8.56 207.31) | color: lch(9.73 8.56 207.31) |
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)
#121220 — rgb(18, 18, 32)
Deuteranopia (Green-blind)
#110F1F — rgb(17, 15, 31)
Tritanopia (Blue-blind)
#0A1F1F — rgb(10, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 57%, 8%);
text
color: hsl(186, 57%, 8%);
border
border: 2px solid hsl(186, 57%, 8%);
gradient light
background: linear-gradient(to right, hsl(186, 57%, 28%), hsl(186, 57%, 8%));
gradient dark
background: linear-gradient(to right, hsl(186, 57%, 8%), hsl(186, 57%, 0%))
hex
background-color: #091E20;
tailwind
bg-[hsl(186,57%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 57%, 8%, 0.4);
css variable
--color-primary: hsl(186, 57%, 8%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 57%, 8%)?
HEX: #091E20 | RGB: rgb(9, 30, 32) | CMYK: 72%, 6%, 0%, 87% | HSV: 185°, 72%, 13%. Copy any format from the conversion table above.
What colors go well with #091E20?
The complementary color is HSL(6, 57%, 8%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 57%, 8%) in CSS?
As HSL: color: hsl(186, 57%, 8%); — As HEX: color: #091E20; — As RGB: color: rgb(9, 30, 32); — Tailwind CSS: bg-[hsl(186,57%,8%)] — CSS variable: --color-primary: hsl(186, 57%, 8%);