HSL(263, 50%, 6%)
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(263,50%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 50%, 6%) | color: hsl(263, 50%, 6%) | |
| HEX | #0E0817 | color: #0E0817 | |
| RGB | rgb(14, 8, 23) | color: rgb(14, 8, 23) | |
| CMYK | cmyk(39%, 65%, 0%, 91%) | — | |
| HSV | hsv(264, 65%, 9%) | — | |
| HWB | hwb(264 3% 91%) | color: hwb(264 3% 91%) | |
| OKLCH | oklch(0.1519 0.0326 301.32) | color: oklch(0.1519 0.0326 301.32) | |
| Lab | lab(2.97 4.5 -7.06) | color: lab(2.97 4.5 -7.06) | |
| LCH | lch(2.97 8.37 302.51) | color: lch(2.97 8.37 302.51) |
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)
#0B0B13 — rgb(11, 11, 19)
Deuteranopia (Green-blind)
#0C0C13 — rgb(12, 12, 19)
Tritanopia (Blue-blind)
#0E1110 — rgb(14, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 50%, 6%);
text
color: hsl(263, 50%, 6%);
border
border: 2px solid hsl(263, 50%, 6%);
gradient light
background: linear-gradient(to right, hsl(263, 50%, 26%), hsl(263, 50%, 6%));
gradient dark
background: linear-gradient(to right, hsl(263, 50%, 6%), hsl(263, 50%, 0%))
hex
background-color: #0E0817;
tailwind
bg-[hsl(263,50%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 50%, 6%, 0.4);
css variable
--color-primary: hsl(263, 50%, 6%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 50%, 6%)?
HEX: #0E0817 | RGB: rgb(14, 8, 23) | CMYK: 39%, 65%, 0%, 91% | HSV: 264°, 65%, 9%. Copy any format from the conversion table above.
What colors go well with #0E0817?
The complementary color is HSL(83, 50%, 6%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 50%, 6%) in CSS?
As HSL: color: hsl(263, 50%, 6%); — As HEX: color: #0E0817; — As RGB: color: rgb(14, 8, 23); — Tailwind CSS: bg-[hsl(263,50%,6%)] — CSS variable: --color-primary: hsl(263, 50%, 6%);