HSL(263, 43%, 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(263,43%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 43%, 10%) | color: hsl(263, 43%, 10%) | |
| HEX | #170F24 | color: #170F24 | |
| RGB | rgb(23, 15, 36) | color: rgb(23, 15, 36) | |
| CMYK | cmyk(36%, 58%, 0%, 86%) | — | |
| HSV | hsv(263, 58%, 14%) | — | |
| HWB | hwb(263 6% 86%) | color: hwb(263 6% 86%) | |
| OKLCH | oklch(0.1908 0.0425 299.98) | color: oklch(0.1908 0.0425 299.98) | |
| Lab | lab(5.88 9.16 -12.75) | color: lab(5.88 9.16 -12.75) | |
| LCH | lch(5.88 15.7 305.69) | color: lch(5.88 15.7 305.69) |
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)
#14131F — rgb(20, 19, 31)
Deuteranopia (Green-blind)
#14151E — rgb(20, 21, 30)
Tritanopia (Blue-blind)
#171B1A — rgb(23, 27, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 43%, 10%);
text
color: hsl(263, 43%, 10%);
border
border: 2px solid hsl(263, 43%, 10%);
gradient light
background: linear-gradient(to right, hsl(263, 43%, 30%), hsl(263, 43%, 10%));
gradient dark
background: linear-gradient(to right, hsl(263, 43%, 10%), hsl(263, 43%, 0%))
hex
background-color: #170F24;
tailwind
bg-[hsl(263,43%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 43%, 10%, 0.4);
css variable
--color-primary: hsl(263, 43%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 43%, 10%)?
HEX: #170F24 | RGB: rgb(23, 15, 36) | CMYK: 36%, 58%, 0%, 86% | HSV: 263°, 58%, 14%. Copy any format from the conversion table above.
What colors go well with #170F24?
The complementary color is HSL(83, 43%, 10%). 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, 43%, 10%) in CSS?
As HSL: color: hsl(263, 43%, 10%); — As HEX: color: #170F24; — As RGB: color: rgb(23, 15, 36); — Tailwind CSS: bg-[hsl(263,43%,10%)] — CSS variable: --color-primary: hsl(263, 43%, 10%);