HSL(283, 33%, 30%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,33%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 33%, 30%) | color: hsl(283, 33%, 30%) | |
| HEX | #573366 | color: #573366 | |
| RGB | rgb(87, 51, 102) | color: rgb(87, 51, 102) | |
| CMYK | cmyk(15%, 50%, 0%, 60%) | — | |
| HSV | hsv(282, 50%, 40%) | — | |
| HWB | hwb(282 20% 60%) | color: hwb(282 20% 60%) | |
| OKLCH | oklch(0.3877 0.0932 315.28) | color: oklch(0.3877 0.0932 315.28) | |
| Lab | lab(27.72 26.13 -23.62) | color: lab(27.72 26.13 -23.62) | |
| LCH | lch(27.72 35.22 317.89) | color: lch(27.72 35.22 317.89) |
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)
#47475A — rgb(71, 71, 90)
Deuteranopia (Green-blind)
#4A4C57 — rgb(74, 76, 87)
Tritanopia (Blue-blind)
#55504E — rgb(85, 80, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 33%, 30%);
text
color: hsl(283, 33%, 30%);
border
border: 2px solid hsl(283, 33%, 30%);
gradient light
background: linear-gradient(to right, hsl(283, 33%, 50%), hsl(283, 33%, 30%));
gradient dark
background: linear-gradient(to right, hsl(283, 33%, 30%), hsl(283, 33%, 10%))
hex
background-color: #573366;
tailwind
bg-[hsl(283,33%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 33%, 30%, 0.4);
css variable
--color-primary: hsl(283, 33%, 30%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 33%, 30%)?
HEX: #573366 | RGB: rgb(87, 51, 102) | CMYK: 15%, 50%, 0%, 60% | HSV: 282°, 50%, 40%. Copy any format from the conversion table above.
What colors go well with #573366?
The complementary color is HSL(103, 33%, 30%). 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, 33%, 30%) in CSS?
As HSL: color: hsl(283, 33%, 30%); — As HEX: color: #573366; — As RGB: color: rgb(87, 51, 102); — Tailwind CSS: bg-[hsl(283,33%,30%)] — CSS variable: --color-primary: hsl(283, 33%, 30%);