HSL(282, 71%, 72%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,71%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 71%, 72%) | color: hsl(282, 71%, 72%) | |
| HEX | #CC85EA | color: #CC85EA | |
| RGB | rgb(204, 133, 234) | color: rgb(204, 133, 234) | |
| CMYK | cmyk(13%, 43%, 0%, 8%) | — | |
| HSV | hsv(282, 43%, 92%) | — | |
| HWB | hwb(282 52% 8%) | color: hwb(282 52% 8%) | |
| OKLCH | oklch(0.7265 0.1588 315.27) | color: oklch(0.7265 0.1588 315.27) | |
| Lab | lab(66.18 44.34 -40.39) | color: lab(66.18 44.34 -40.39) | |
| LCH | lch(66.18 59.98 317.67) | color: lch(66.18 59.98 317.67) |
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)
#ADADD2 — rgb(173, 173, 210)
Deuteranopia (Green-blind)
#B1B7CC — rgb(177, 183, 204)
Tritanopia (Blue-blind)
#C8BEBA — rgb(200, 190, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 71%, 72%);
text
color: hsl(282, 71%, 72%);
border
border: 2px solid hsl(282, 71%, 72%);
gradient light
background: linear-gradient(to right, hsl(282, 71%, 92%), hsl(282, 71%, 72%));
gradient dark
background: linear-gradient(to right, hsl(282, 71%, 72%), hsl(282, 71%, 52%))
hex
background-color: #CC85EA;
tailwind
bg-[hsl(282,71%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 71%, 72%, 0.4);
css variable
--color-primary: hsl(282, 71%, 72%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 71%, 72%)?
HEX: #CC85EA | RGB: rgb(204, 133, 234) | CMYK: 13%, 43%, 0%, 8% | HSV: 282°, 43%, 92%. Copy any format from the conversion table above.
What colors go well with #CC85EA?
The complementary color is HSL(102, 71%, 72%). 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, 71%, 72%) in CSS?
As HSL: color: hsl(282, 71%, 72%); — As HEX: color: #CC85EA; — As RGB: color: rgb(204, 133, 234); — Tailwind CSS: bg-[hsl(282,71%,72%)] — CSS variable: --color-primary: hsl(282, 71%, 72%);