HSL(260, 11%, 11%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(260,11%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 11%, 11%) | color: hsl(260, 11%, 11%) | |
| HEX | #1B191F | color: #1B191F | |
| RGB | rgb(27, 25, 31) | color: rgb(27, 25, 31) | |
| CMYK | cmyk(13%, 19%, 0%, 88%) | — | |
| HSV | hsv(260, 19%, 12%) | — | |
| HWB | hwb(260 10% 88%) | color: hwb(260 10% 88%) | |
| OKLCH | oklch(0.2183 0.0119 300.61) | color: oklch(0.2183 0.0119 300.61) | |
| Lab | lab(9.22 2.56 -3.81) | color: lab(9.22 2.56 -3.81) | |
| LCH | lch(9.22 4.59 303.9) | color: lch(9.22 4.59 303.9) |
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)
#1A1A1E — rgb(26, 26, 30)
Deuteranopia (Green-blind)
#1A1A1D — rgb(26, 26, 29)
Tritanopia (Blue-blind)
#1B1C1C — rgb(27, 28, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 11%, 11%);
text
color: hsl(260, 11%, 11%);
border
border: 2px solid hsl(260, 11%, 11%);
gradient light
background: linear-gradient(to right, hsl(260, 11%, 31%), hsl(260, 11%, 11%));
gradient dark
background: linear-gradient(to right, hsl(260, 11%, 11%), hsl(260, 11%, 0%))
hex
background-color: #1B191F;
tailwind
bg-[hsl(260,11%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 11%, 11%, 0.4);
css variable
--color-primary: hsl(260, 11%, 11%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 11%, 11%)?
HEX: #1B191F | RGB: rgb(27, 25, 31) | CMYK: 13%, 19%, 0%, 88% | HSV: 260°, 19%, 12%. Copy any format from the conversion table above.
What colors go well with #1B191F?
The complementary color is HSL(80, 11%, 11%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 11%, 11%) in CSS?
As HSL: color: hsl(260, 11%, 11%); — As HEX: color: #1B191F; — As RGB: color: rgb(27, 25, 31); — Tailwind CSS: bg-[hsl(260,11%,11%)] — CSS variable: --color-primary: hsl(260, 11%, 11%);