HSL(191, 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(191,57%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 57%, 8%) | color: hsl(191, 57%, 8%) | |
| HEX | #091C20 | color: #091C20 | |
| RGB | rgb(9, 28, 32) | color: rgb(9, 28, 32) | |
| CMYK | cmyk(72%, 13%, 0%, 87%) | — | |
| HSV | hsv(190, 72%, 13%) | — | |
| HWB | hwb(190 4% 87%) | color: hwb(190 4% 87%) | |
| OKLCH | oklch(0.2125 0.026 213.14) | color: oklch(0.2125 0.026 213.14) | |
| Lab | lab(8.93 -6.2 -5.13) | color: lab(8.93 -6.2 -5.13) | |
| LCH | lch(8.93 8.05 219.61) | color: lch(8.93 8.05 219.61) |
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)
#11111F — rgb(17, 17, 31)
Deuteranopia (Green-blind)
#100F1F — rgb(16, 15, 31)
Tritanopia (Blue-blind)
#0A1E1E — rgb(10, 30, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 57%, 8%);
text
color: hsl(191, 57%, 8%);
border
border: 2px solid hsl(191, 57%, 8%);
gradient light
background: linear-gradient(to right, hsl(191, 57%, 28%), hsl(191, 57%, 8%));
gradient dark
background: linear-gradient(to right, hsl(191, 57%, 8%), hsl(191, 57%, 0%))
hex
background-color: #091C20;
tailwind
bg-[hsl(191,57%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 57%, 8%, 0.4);
css variable
--color-primary: hsl(191, 57%, 8%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 57%, 8%)?
HEX: #091C20 | RGB: rgb(9, 28, 32) | CMYK: 72%, 13%, 0%, 87% | HSV: 190°, 72%, 13%. Copy any format from the conversion table above.
What colors go well with #091C20?
The complementary color is HSL(11, 57%, 8%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 57%, 8%) in CSS?
As HSL: color: hsl(191, 57%, 8%); — As HEX: color: #091C20; — As RGB: color: rgb(9, 28, 32); — Tailwind CSS: bg-[hsl(191,57%,8%)] — CSS variable: --color-primary: hsl(191, 57%, 8%);