HSL(272, 93%, 78%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,93%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 93%, 78%) | color: hsl(272, 93%, 78%) | |
| HEX | #CA93FB | color: #CA93FB | |
| RGB | rgb(202, 147, 251) | color: rgb(202, 147, 251) | |
| CMYK | cmyk(20%, 41%, 0%, 2%) | — | |
| HSV | hsv(272, 41%, 98%) | — | |
| HWB | hwb(272 58% 2%) | color: hwb(272 58% 2%) | |
| OKLCH | oklch(0.7553 0.1545 307.44) | color: oklch(0.7553 0.1545 307.44) | |
| Lab | lab(69.75 39.87 -44.14) | color: lab(69.75 39.87 -44.14) | |
| LCH | lch(69.75 59.48 312.09) | color: lch(69.75 59.48 312.09) |
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)
#B2B2E2 — rgb(178, 178, 226)
Deuteranopia (Green-blind)
#B5BADC — rgb(181, 186, 220)
Tritanopia (Blue-blind)
#C7CECA — rgb(199, 206, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 93%, 78%);
text
color: hsl(272, 93%, 78%);
border
border: 2px solid hsl(272, 93%, 78%);
gradient light
background: linear-gradient(to right, hsl(272, 93%, 98%), hsl(272, 93%, 78%));
gradient dark
background: linear-gradient(to right, hsl(272, 93%, 78%), hsl(272, 93%, 58%))
hex
background-color: #CA93FB;
tailwind
bg-[hsl(272,93%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 93%, 78%, 0.4);
css variable
--color-primary: hsl(272, 93%, 78%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 93%, 78%)?
HEX: #CA93FB | RGB: rgb(202, 147, 251) | CMYK: 20%, 41%, 0%, 2% | HSV: 272°, 41%, 98%. Copy any format from the conversion table above.
What colors go well with #CA93FB?
The complementary color is HSL(92, 93%, 78%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 93%, 78%) in CSS?
As HSL: color: hsl(272, 93%, 78%); — As HEX: color: #CA93FB; — As RGB: color: rgb(202, 147, 251); — Tailwind CSS: bg-[hsl(272,93%,78%)] — CSS variable: --color-primary: hsl(272, 93%, 78%);