HSL(190, 10%, 11%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(190,10%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 10%, 11%) | color: hsl(190, 10%, 11%) | |
| HEX | #191E1F | color: #191E1F | |
| RGB | rgb(25, 30, 31) | color: rgb(25, 30, 31) | |
| CMYK | cmyk(19%, 3%, 0%, 88%) | — | |
| HSV | hsv(190, 19%, 12%) | — | |
| HWB | hwb(190 10% 88%) | color: hwb(190 10% 88%) | |
| OKLCH | oklch(0.2303 0.0077 211.07) | color: oklch(0.2303 0.0077 211.07) | |
| Lab | lab(10.81 -2.02 -1.47) | color: lab(10.81 -2.02 -1.47) | |
| LCH | lch(10.81 2.5 216.04) | color: lch(10.81 2.5 216.04) |
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)
#1B1B1F — rgb(27, 27, 31)
Deuteranopia (Green-blind)
#1B1B1F — rgb(27, 27, 31)
Tritanopia (Blue-blind)
#191F1F — rgb(25, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 10%, 11%);
text
color: hsl(190, 10%, 11%);
border
border: 2px solid hsl(190, 10%, 11%);
gradient light
background: linear-gradient(to right, hsl(190, 10%, 31%), hsl(190, 10%, 11%));
gradient dark
background: linear-gradient(to right, hsl(190, 10%, 11%), hsl(190, 10%, 0%))
hex
background-color: #191E1F;
tailwind
bg-[hsl(190,10%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 10%, 11%, 0.4);
css variable
--color-primary: hsl(190, 10%, 11%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 10%, 11%)?
HEX: #191E1F | RGB: rgb(25, 30, 31) | CMYK: 19%, 3%, 0%, 88% | HSV: 190°, 19%, 12%. Copy any format from the conversion table above.
What colors go well with #191E1F?
The complementary color is HSL(10, 10%, 11%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 10%, 11%) in CSS?
As HSL: color: hsl(190, 10%, 11%); — As HEX: color: #191E1F; — As RGB: color: rgb(25, 30, 31); — Tailwind CSS: bg-[hsl(190,10%,11%)] — CSS variable: --color-primary: hsl(190, 10%, 11%);