HSL(281, 35%, 29%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,35%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 35%, 29%) | color: hsl(281, 35%, 29%) | |
| HEX | #533064 | color: #533064 | |
| RGB | rgb(83, 48, 100) | color: rgb(83, 48, 100) | |
| CMYK | cmyk(17%, 52%, 0%, 61%) | — | |
| HSV | hsv(280, 52%, 39%) | — | |
| HWB | hwb(280 19% 61%) | color: hwb(280 19% 61%) | |
| OKLCH | oklch(0.3761 0.0943 313.73) | color: oklch(0.3761 0.0943 313.73) | |
| Lab | lab(26.37 26.19 -24.49) | color: lab(26.37 26.19 -24.49) | |
| LCH | lch(26.37 35.86 316.92) | color: lch(26.37 35.86 316.92) |
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)
#444457 — rgb(68, 68, 87)
Deuteranopia (Green-blind)
#464954 — rgb(70, 73, 84)
Tritanopia (Blue-blind)
#514D4B — rgb(81, 77, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 35%, 29%);
text
color: hsl(281, 35%, 29%);
border
border: 2px solid hsl(281, 35%, 29%);
gradient light
background: linear-gradient(to right, hsl(281, 35%, 49%), hsl(281, 35%, 29%));
gradient dark
background: linear-gradient(to right, hsl(281, 35%, 29%), hsl(281, 35%, 9%))
hex
background-color: #533064;
tailwind
bg-[hsl(281,35%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 35%, 29%, 0.4);
css variable
--color-primary: hsl(281, 35%, 29%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 35%, 29%)?
HEX: #533064 | RGB: rgb(83, 48, 100) | CMYK: 17%, 52%, 0%, 61% | HSV: 280°, 52%, 39%. Copy any format from the conversion table above.
What colors go well with #533064?
The complementary color is HSL(101, 35%, 29%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 35%, 29%) in CSS?
As HSL: color: hsl(281, 35%, 29%); — As HEX: color: #533064; — As RGB: color: rgb(83, 48, 100); — Tailwind CSS: bg-[hsl(281,35%,29%)] — CSS variable: --color-primary: hsl(281, 35%, 29%);