HSL(261, 70%, 10%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,70%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 70%, 10%) | color: hsl(261, 70%, 10%) | |
| HEX | #14082B | color: #14082B | |
| RGB | rgb(20, 8, 43) | color: rgb(20, 8, 43) | |
| CMYK | cmyk(53%, 81%, 0%, 83%) | — | |
| HSV | hsv(261, 81%, 17%) | — | |
| HWB | hwb(261 3% 83%) | color: hwb(261 3% 83%) | |
| OKLCH | oklch(0.178 0.0674 294.4) | color: oklch(0.178 0.0674 294.4) | |
| Lab | lab(4.49 13.89 -20.27) | color: lab(4.49 13.89 -20.27) | |
| LCH | lch(4.49 24.57 304.42) | color: lch(4.49 24.57 304.42) |
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)
#0F0F23 — rgb(15, 15, 35)
Deuteranopia (Green-blind)
#101021 — rgb(16, 16, 33)
Tritanopia (Blue-blind)
#131C1A — rgb(19, 28, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 70%, 10%);
text
color: hsl(261, 70%, 10%);
border
border: 2px solid hsl(261, 70%, 10%);
gradient light
background: linear-gradient(to right, hsl(261, 70%, 30%), hsl(261, 70%, 10%));
gradient dark
background: linear-gradient(to right, hsl(261, 70%, 10%), hsl(261, 70%, 0%))
hex
background-color: #14082B;
tailwind
bg-[hsl(261,70%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 70%, 10%, 0.4);
css variable
--color-primary: hsl(261, 70%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 70%, 10%)?
HEX: #14082B | RGB: rgb(20, 8, 43) | CMYK: 53%, 81%, 0%, 83% | HSV: 261°, 81%, 17%. Copy any format from the conversion table above.
What colors go well with #14082B?
The complementary color is HSL(81, 70%, 10%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 70%, 10%) in CSS?
As HSL: color: hsl(261, 70%, 10%); — As HEX: color: #14082B; — As RGB: color: rgb(20, 8, 43); — Tailwind CSS: bg-[hsl(261,70%,10%)] — CSS variable: --color-primary: hsl(261, 70%, 10%);