HSL(282, 75%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,75%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 75%, 75%) | color: hsl(282, 75%, 75%) | |
| HEX | #D28FEF | color: #D28FEF | |
| RGB | rgb(210, 143, 239) | color: rgb(210, 143, 239) | |
| CMYK | cmyk(12%, 40%, 0%, 6%) | — | |
| HSV | hsv(282, 40%, 94%) | — | |
| HWB | hwb(282 56% 6%) | color: hwb(282 56% 6%) | |
| OKLCH | oklch(0.7511 0.1503 315.15) | color: oklch(0.7511 0.1503 315.15) | |
| Lab | lab(69.17 41.77 -38.42) | color: lab(69.17 41.77 -38.42) | |
| LCH | lch(69.17 56.75 317.39) | color: lch(69.17 56.75 317.39) |
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)
#B5B4D8 — rgb(181, 180, 216)
Deuteranopia (Green-blind)
#B9BED2 — rgb(185, 190, 210)
Tritanopia (Blue-blind)
#CFC5C1 — rgb(207, 197, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 75%, 75%);
text
color: hsl(282, 75%, 75%);
border
border: 2px solid hsl(282, 75%, 75%);
gradient light
background: linear-gradient(to right, hsl(282, 75%, 95%), hsl(282, 75%, 75%));
gradient dark
background: linear-gradient(to right, hsl(282, 75%, 75%), hsl(282, 75%, 55%))
hex
background-color: #D28FEF;
tailwind
bg-[hsl(282,75%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 75%, 75%, 0.4);
css variable
--color-primary: hsl(282, 75%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 75%, 75%)?
HEX: #D28FEF | RGB: rgb(210, 143, 239) | CMYK: 12%, 40%, 0%, 6% | HSV: 282°, 40%, 94%. Copy any format from the conversion table above.
What colors go well with #D28FEF?
The complementary color is HSL(102, 75%, 75%). 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, 75%, 75%) in CSS?
As HSL: color: hsl(282, 75%, 75%); — As HEX: color: #D28FEF; — As RGB: color: rgb(210, 143, 239); — Tailwind CSS: bg-[hsl(282,75%,75%)] — CSS variable: --color-primary: hsl(282, 75%, 75%);