HSL(278, 89%, 83%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(278,89%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(278, 89%, 83%) | color: hsl(278, 89%, 83%) | |
| HEX | #DEADFA | color: #DEADFA | |
| RGB | rgb(222, 173, 250) | color: rgb(222, 173, 250) | |
| CMYK | cmyk(11%, 31%, 0%, 2%) | — | |
| HSV | hsv(278, 31%, 98%) | — | |
| HWB | hwb(278 68% 2%) | color: hwb(278 68% 2%) | |
| OKLCH | oklch(0.8182 0.1174 312.83) | color: oklch(0.8182 0.1174 312.83) | |
| Lab | lab(77.47 31.48 -31.44) | color: lab(77.47 31.48 -31.44) | |
| LCH | lch(77.47 44.49 315.04) | color: lch(77.47 44.49 315.04) |
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)
#C9C8E7 — rgb(201, 200, 231)
Deuteranopia (Green-blind)
#CCCFE3 — rgb(204, 207, 227)
Tritanopia (Blue-blind)
#DCD9D5 — rgb(220, 217, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(278, 89%, 83%);
text
color: hsl(278, 89%, 83%);
border
border: 2px solid hsl(278, 89%, 83%);
gradient light
background: linear-gradient(to right, hsl(278, 89%, 100%), hsl(278, 89%, 83%));
gradient dark
background: linear-gradient(to right, hsl(278, 89%, 83%), hsl(278, 89%, 63%))
hex
background-color: #DEADFA;
tailwind
bg-[hsl(278,89%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(278, 89%, 83%, 0.4);
css variable
--color-primary: hsl(278, 89%, 83%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(278, 89%, 83%)?
HEX: #DEADFA | RGB: rgb(222, 173, 250) | CMYK: 11%, 31%, 0%, 2% | HSV: 278°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #DEADFA?
The complementary color is HSL(98, 89%, 83%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(278, 89%, 83%) in CSS?
As HSL: color: hsl(278, 89%, 83%); — As HEX: color: #DEADFA; — As RGB: color: rgb(222, 173, 250); — Tailwind CSS: bg-[hsl(278,89%,83%)] — CSS variable: --color-primary: hsl(278, 89%, 83%);