HSL(282, 100%, 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(282,100%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 100%, 10%) | color: hsl(282, 100%, 10%) | |
| HEX | #240033 | color: #240033 | |
| RGB | rgb(36, 0, 51) | color: rgb(36, 0, 51) | |
| CMYK | cmyk(29%, 100%, 0%, 80%) | — | |
| HSV | hsv(282, 100%, 20%) | — | |
| HWB | hwb(282 0% 80%) | color: hwb(282 0% 80%) | |
| OKLCH | oklch(0.1965 0.0976 313.47) | color: oklch(0.1965 0.0976 313.47) | |
| Lab | lab(5.55 27.46 -24.44) | color: lab(5.55 27.46 -24.44) | |
| LCH | lch(5.55 36.76 318.33) | color: lch(5.55 36.76 318.33) |
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)
#141427 — rgb(20, 20, 39)
Deuteranopia (Green-blind)
#171924 — rgb(23, 25, 36)
Tritanopia (Blue-blind)
#221D1B — rgb(34, 29, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 100%, 10%);
text
color: hsl(282, 100%, 10%);
border
border: 2px solid hsl(282, 100%, 10%);
gradient light
background: linear-gradient(to right, hsl(282, 100%, 30%), hsl(282, 100%, 10%));
gradient dark
background: linear-gradient(to right, hsl(282, 100%, 10%), hsl(282, 100%, 0%))
hex
background-color: #240033;
tailwind
bg-[hsl(282,100%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 100%, 10%, 0.4);
css variable
--color-primary: hsl(282, 100%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 100%, 10%)?
HEX: #240033 | RGB: rgb(36, 0, 51) | CMYK: 29%, 100%, 0%, 80% | HSV: 282°, 100%, 20%. Copy any format from the conversion table above.
What colors go well with #240033?
The complementary color is HSL(102, 100%, 10%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 100%, 10%) in CSS?
As HSL: color: hsl(282, 100%, 10%); — As HEX: color: #240033; — As RGB: color: rgb(36, 0, 51); — Tailwind CSS: bg-[hsl(282,100%,10%)] — CSS variable: --color-primary: hsl(282, 100%, 10%);