HSL(282, 91%, 65%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,91%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 91%, 65%) | color: hsl(282, 91%, 65%) | |
| HEX | #C655F7 | color: #C655F7 | |
| RGB | rgb(198, 85, 247) | color: rgb(198, 85, 247) | |
| CMYK | cmyk(20%, 66%, 0%, 3%) | — | |
| HSV | hsv(282, 66%, 97%) | — | |
| HWB | hwb(282 33% 3%) | color: hwb(282 33% 3%) | |
| OKLCH | oklch(0.6618 0.2411 313.89) | color: oklch(0.6618 0.2411 313.89) | |
| Lab | lab(57.29 68.9 -61.73) | color: lab(57.29 68.9 -61.73) | |
| LCH | lch(57.29 92.51 318.14) | color: lch(57.29 92.51 318.14) |
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)
#9594D0 — rgb(149, 148, 208)
Deuteranopia (Green-blind)
#9CA4C6 — rgb(156, 164, 198)
Tritanopia (Blue-blind)
#C0B1AA — rgb(192, 177, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 91%, 65%);
text
color: hsl(282, 91%, 65%);
border
border: 2px solid hsl(282, 91%, 65%);
gradient light
background: linear-gradient(to right, hsl(282, 91%, 85%), hsl(282, 91%, 65%));
gradient dark
background: linear-gradient(to right, hsl(282, 91%, 65%), hsl(282, 91%, 45%))
hex
background-color: #C655F7;
tailwind
bg-[hsl(282,91%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 91%, 65%, 0.4);
css variable
--color-primary: hsl(282, 91%, 65%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 91%, 65%)?
HEX: #C655F7 | RGB: rgb(198, 85, 247) | CMYK: 20%, 66%, 0%, 3% | HSV: 282°, 66%, 97%. Copy any format from the conversion table above.
What colors go well with #C655F7?
The complementary color is HSL(102, 91%, 65%). 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, 91%, 65%) in CSS?
As HSL: color: hsl(282, 91%, 65%); — As HEX: color: #C655F7; — As RGB: color: rgb(198, 85, 247); — Tailwind CSS: bg-[hsl(282,91%,65%)] — CSS variable: --color-primary: hsl(282, 91%, 65%);