HSL(282, 65%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,65%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 65%, 75%) | color: hsl(282, 65%, 75%) | |
| HEX | #D096E9 | color: #D096E9 | |
| RGB | rgb(208, 150, 233) | color: rgb(208, 150, 233) | |
| CMYK | cmyk(11%, 36%, 0%, 9%) | — | |
| HSV | hsv(282, 36%, 91%) | — | |
| HWB | hwb(282 58% 9%) | color: hwb(282 58% 9%) | |
| OKLCH | oklch(0.758 0.1307 315.32) | color: oklch(0.758 0.1307 315.32) | |
| Lab | lab(70.25 36.18 -33.47) | color: lab(70.25 36.18 -33.47) | |
| LCH | lch(70.25 49.29 317.23) | color: lch(70.25 49.29 317.23) |
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)
#B7B6D5 — rgb(183, 182, 213)
Deuteranopia (Green-blind)
#BABFD0 — rgb(186, 191, 208)
Tritanopia (Blue-blind)
#CDC5C2 — rgb(205, 197, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 65%, 75%);
text
color: hsl(282, 65%, 75%);
border
border: 2px solid hsl(282, 65%, 75%);
gradient light
background: linear-gradient(to right, hsl(282, 65%, 95%), hsl(282, 65%, 75%));
gradient dark
background: linear-gradient(to right, hsl(282, 65%, 75%), hsl(282, 65%, 55%))
hex
background-color: #D096E9;
tailwind
bg-[hsl(282,65%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 65%, 75%, 0.4);
css variable
--color-primary: hsl(282, 65%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 65%, 75%)?
HEX: #D096E9 | RGB: rgb(208, 150, 233) | CMYK: 11%, 36%, 0%, 9% | HSV: 282°, 36%, 91%. Copy any format from the conversion table above.
What colors go well with #D096E9?
The complementary color is HSL(102, 65%, 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, 65%, 75%) in CSS?
As HSL: color: hsl(282, 65%, 75%); — As HEX: color: #D096E9; — As RGB: color: rgb(208, 150, 233); — Tailwind CSS: bg-[hsl(282,65%,75%)] — CSS variable: --color-primary: hsl(282, 65%, 75%);