HSL(283, 90%, 13%)
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(283,90%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 90%, 13%) | color: hsl(283, 90%, 13%) | |
| HEX | #2E033F | color: #2E033F | |
| RGB | rgb(46, 3, 63) | color: rgb(46, 3, 63) | |
| CMYK | cmyk(27%, 95%, 0%, 75%) | — | |
| HSV | hsv(283, 95%, 25%) | — | |
| HWB | hwb(283 1% 75%) | color: hwb(283 1% 75%) | |
| OKLCH | oklch(0.2302 0.1073 313.63) | color: oklch(0.2302 0.1073 313.63) | |
| Lab | lab(9.03 31.42 -27.43) | color: lab(9.03 31.42 -27.43) | |
| LCH | lch(9.03 41.71 318.88) | color: lch(9.03 41.71 318.88) |
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)
#1B1B30 — rgb(27, 27, 48)
Deuteranopia (Green-blind)
#1E212D — rgb(30, 33, 45)
Tritanopia (Blue-blind)
#2C2523 — rgb(44, 37, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 90%, 13%);
text
color: hsl(283, 90%, 13%);
border
border: 2px solid hsl(283, 90%, 13%);
gradient light
background: linear-gradient(to right, hsl(283, 90%, 33%), hsl(283, 90%, 13%));
gradient dark
background: linear-gradient(to right, hsl(283, 90%, 13%), hsl(283, 90%, 0%))
hex
background-color: #2E033F;
tailwind
bg-[hsl(283,90%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 90%, 13%, 0.4);
css variable
--color-primary: hsl(283, 90%, 13%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 90%, 13%)?
HEX: #2E033F | RGB: rgb(46, 3, 63) | CMYK: 27%, 95%, 0%, 75% | HSV: 283°, 95%, 25%. Copy any format from the conversion table above.
What colors go well with #2E033F?
The complementary color is HSL(103, 90%, 13%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 90%, 13%) in CSS?
As HSL: color: hsl(283, 90%, 13%); — As HEX: color: #2E033F; — As RGB: color: rgb(46, 3, 63); — Tailwind CSS: bg-[hsl(283,90%,13%)] — CSS variable: --color-primary: hsl(283, 90%, 13%);