HSL(267, 63%, 4%)
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(267,63%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 63%, 4%) | color: hsl(267, 63%, 4%) | |
| HEX | #0A0411 | color: #0A0411 | |
| RGB | rgb(10, 4, 17) | color: rgb(10, 4, 17) | |
| CMYK | cmyk(41%, 76%, 0%, 93%) | — | |
| HSV | hsv(268, 76%, 7%) | — | |
| HWB | hwb(268 2% 93%) | color: hwb(268 2% 93%) | |
| OKLCH | oklch(0.1278 0.0332 306.35) | color: oklch(0.1278 0.0332 306.35) | |
| Lab | lab(1.73 3.58 -4.92) | color: lab(1.73 3.58 -4.92) | |
| LCH | lch(1.73 6.08 306.04) | color: lch(1.73 6.08 306.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)
#07070E — rgb(7, 7, 14)
Deuteranopia (Green-blind)
#08080D — rgb(8, 8, 13)
Tritanopia (Blue-blind)
#0A0B0B — rgb(10, 11, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 63%, 4%);
text
color: hsl(267, 63%, 4%);
border
border: 2px solid hsl(267, 63%, 4%);
gradient light
background: linear-gradient(to right, hsl(267, 63%, 24%), hsl(267, 63%, 4%));
gradient dark
background: linear-gradient(to right, hsl(267, 63%, 4%), hsl(267, 63%, 0%))
hex
background-color: #0A0411;
tailwind
bg-[hsl(267,63%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 63%, 4%, 0.4);
css variable
--color-primary: hsl(267, 63%, 4%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 63%, 4%)?
HEX: #0A0411 | RGB: rgb(10, 4, 17) | CMYK: 41%, 76%, 0%, 93% | HSV: 268°, 76%, 7%. Copy any format from the conversion table above.
What colors go well with #0A0411?
The complementary color is HSL(87, 63%, 4%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 63%, 4%) in CSS?
As HSL: color: hsl(267, 63%, 4%); — As HEX: color: #0A0411; — As RGB: color: rgb(10, 4, 17); — Tailwind CSS: bg-[hsl(267,63%,4%)] — CSS variable: --color-primary: hsl(267, 63%, 4%);