HSL(280, 46%, 10%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,46%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 46%, 10%) | color: hsl(280, 46%, 10%) | |
| HEX | #1D0E25 | color: #1D0E25 | |
| RGB | rgb(29, 14, 37) | color: rgb(29, 14, 37) | |
| CMYK | cmyk(22%, 62%, 0%, 85%) | — | |
| HSV | hsv(279, 62%, 15%) | — | |
| HWB | hwb(279 6% 85%) | color: hwb(279 6% 85%) | |
| OKLCH | oklch(0.1976 0.0487 312.79) | color: oklch(0.1976 0.0487 312.79) | |
| Lab | lab(6.4 12.91 -12.64) | color: lab(6.4 12.91 -12.64) | |
| LCH | lch(6.4 18.07 315.61) | color: lch(6.4 18.07 315.61) |
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)
#17161F — rgb(23, 22, 31)
Deuteranopia (Green-blind)
#17191E — rgb(23, 25, 30)
Tritanopia (Blue-blind)
#1C1B1A — rgb(28, 27, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 46%, 10%);
text
color: hsl(280, 46%, 10%);
border
border: 2px solid hsl(280, 46%, 10%);
gradient light
background: linear-gradient(to right, hsl(280, 46%, 30%), hsl(280, 46%, 10%));
gradient dark
background: linear-gradient(to right, hsl(280, 46%, 10%), hsl(280, 46%, 0%))
hex
background-color: #1D0E25;
tailwind
bg-[hsl(280,46%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 46%, 10%, 0.4);
css variable
--color-primary: hsl(280, 46%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 46%, 10%)?
HEX: #1D0E25 | RGB: rgb(29, 14, 37) | CMYK: 22%, 62%, 0%, 85% | HSV: 279°, 62%, 15%. Copy any format from the conversion table above.
What colors go well with #1D0E25?
The complementary color is HSL(100, 46%, 10%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 46%, 10%) in CSS?
As HSL: color: hsl(280, 46%, 10%); — As HEX: color: #1D0E25; — As RGB: color: rgb(29, 14, 37); — Tailwind CSS: bg-[hsl(280,46%,10%)] — CSS variable: --color-primary: hsl(280, 46%, 10%);