HSL(280, 90%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(280,90%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 90%, 66%) | color: hsl(280, 90%, 66%) | |
| HEX | #C25AF6 | color: #C25AF6 | |
| RGB | rgb(194, 90, 246) | color: rgb(194, 90, 246) | |
| CMYK | cmyk(21%, 63%, 0%, 4%) | — | |
| HSV | hsv(280, 63%, 96%) | — | |
| HWB | hwb(280 36% 4%) | color: hwb(280 36% 4%) | |
| OKLCH | oklch(0.6621 0.2323 312.48) | color: oklch(0.6621 0.2323 312.48) | |
| Lab | lab(57.5 65.65 -60.86) | color: lab(57.5 65.65 -60.86) | |
| LCH | lch(57.5 89.52 317.17) | color: lch(57.5 89.52 317.17) |
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)
#9BA3C7 — rgb(155, 163, 199)
Tritanopia (Blue-blind)
#BDB2AC — rgb(189, 178, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 90%, 66%);
text
color: hsl(280, 90%, 66%);
border
border: 2px solid hsl(280, 90%, 66%);
gradient light
background: linear-gradient(to right, hsl(280, 90%, 86%), hsl(280, 90%, 66%));
gradient dark
background: linear-gradient(to right, hsl(280, 90%, 66%), hsl(280, 90%, 46%))
hex
background-color: #C25AF6;
tailwind
bg-[hsl(280,90%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 90%, 66%, 0.4);
css variable
--color-primary: hsl(280, 90%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 90%, 66%)?
HEX: #C25AF6 | RGB: rgb(194, 90, 246) | CMYK: 21%, 63%, 0%, 4% | HSV: 280°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #C25AF6?
The complementary color is HSL(100, 90%, 66%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 90%, 66%) in CSS?
As HSL: color: hsl(280, 90%, 66%); — As HEX: color: #C25AF6; — As RGB: color: rgb(194, 90, 246); — Tailwind CSS: bg-[hsl(280,90%,66%)] — CSS variable: --color-primary: hsl(280, 90%, 66%);