HSL(282, 62%, 57%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,62%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 62%, 57%) | color: hsl(282, 62%, 57%) | |
| HEX | #AD4DD5 | color: #AD4DD5 | |
| RGB | rgb(173, 77, 213) | color: rgb(173, 77, 213) | |
| CMYK | cmyk(19%, 64%, 0%, 16%) | — | |
| HSV | hsv(282, 64%, 84%) | — | |
| HWB | hwb(282 30% 16%) | color: hwb(282 30% 16%) | |
| OKLCH | oklch(0.6009 0.2101 314.47) | color: oklch(0.6009 0.2101 314.47) | |
| Lab | lab(50.68 60.03 -53.36) | color: lab(50.68 60.03 -53.36) | |
| LCH | lch(50.68 80.32 318.37) | color: lch(50.68 80.32 318.37) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8383B4 — rgb(131, 131, 180)
Deuteranopia (Green-blind)
#8990AC — rgb(137, 144, 172)
Tritanopia (Blue-blind)
#A89A94 — rgb(168, 154, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 62%, 57%);
text
color: hsl(282, 62%, 57%);
border
border: 2px solid hsl(282, 62%, 57%);
gradient light
background: linear-gradient(to right, hsl(282, 62%, 77%), hsl(282, 62%, 57%));
gradient dark
background: linear-gradient(to right, hsl(282, 62%, 57%), hsl(282, 62%, 37%))
hex
background-color: #AD4DD5;
tailwind
bg-[hsl(282,62%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 62%, 57%, 0.4);
css variable
--color-primary: hsl(282, 62%, 57%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 62%, 57%)?
HEX: #AD4DD5 | RGB: rgb(173, 77, 213) | CMYK: 19%, 64%, 0%, 16% | HSV: 282°, 64%, 84%. Copy any format from the conversion table above.
What colors go well with #AD4DD5?
The complementary color is HSL(102, 62%, 57%). 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, 62%, 57%) in CSS?
As HSL: color: hsl(282, 62%, 57%); — As HEX: color: #AD4DD5; — As RGB: color: rgb(173, 77, 213); — Tailwind CSS: bg-[hsl(282,62%,57%)] — CSS variable: --color-primary: hsl(282, 62%, 57%);