HSL(279, 70%, 79%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(279,70%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(279, 70%, 79%) | color: hsl(279, 70%, 79%) | |
| HEX | #D5A4EF | color: #D5A4EF | |
| RGB | rgb(213, 164, 239) | color: rgb(213, 164, 239) | |
| CMYK | cmyk(11%, 31%, 0%, 6%) | — | |
| HSV | hsv(279, 31%, 94%) | — | |
| HWB | hwb(279 65% 6%) | color: hwb(279 65% 6%) | |
| OKLCH | oklch(0.7895 0.1159 313.53) | color: oklch(0.7895 0.1159 313.53) | |
| Lab | lab(74.14 31.34 -30.69) | color: lab(74.14 31.34 -30.69) | |
| LCH | lch(74.14 43.86 315.6) | color: lch(74.14 43.86 315.6) |
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)
#C0BFDD — rgb(192, 191, 221)
Deuteranopia (Green-blind)
#C3C6D9 — rgb(195, 198, 217)
Tritanopia (Blue-blind)
#D3CFCB — rgb(211, 207, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(279, 70%, 79%);
text
color: hsl(279, 70%, 79%);
border
border: 2px solid hsl(279, 70%, 79%);
gradient light
background: linear-gradient(to right, hsl(279, 70%, 99%), hsl(279, 70%, 79%));
gradient dark
background: linear-gradient(to right, hsl(279, 70%, 79%), hsl(279, 70%, 59%))
hex
background-color: #D5A4EF;
tailwind
bg-[hsl(279,70%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(279, 70%, 79%, 0.4);
css variable
--color-primary: hsl(279, 70%, 79%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(279, 70%, 79%)?
HEX: #D5A4EF | RGB: rgb(213, 164, 239) | CMYK: 11%, 31%, 0%, 6% | HSV: 279°, 31%, 94%. Copy any format from the conversion table above.
What colors go well with #D5A4EF?
The complementary color is HSL(99, 70%, 79%). For a triadic harmony, use hues 279°, 39°, and 159°. For analogous combinations, try hues 249° and 309°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(279, 70%, 79%) in CSS?
As HSL: color: hsl(279, 70%, 79%); — As HEX: color: #D5A4EF; — As RGB: color: rgb(213, 164, 239); — Tailwind CSS: bg-[hsl(279,70%,79%)] — CSS variable: --color-primary: hsl(279, 70%, 79%);