HSL(279, 32%, 75%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(279,32%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(279, 32%, 75%) | color: hsl(279, 32%, 75%) | |
| HEX | #C5ABD4 | color: #C5ABD4 | |
| RGB | rgb(197, 171, 212) | color: rgb(197, 171, 212) | |
| CMYK | cmyk(7%, 19%, 0%, 17%) | — | |
| HSV | hsv(278, 19%, 83%) | — | |
| HWB | hwb(278 67% 17%) | color: hwb(278 67% 17%) | |
| OKLCH | oklch(0.777 0.0639 313.13) | color: oklch(0.777 0.0639 313.13) | |
| Lab | lab(73.38 16.93 -17.26) | color: lab(73.38 16.93 -17.26) | |
| LCH | lch(73.38 24.18 314.45) | color: lch(73.38 24.18 314.45) |
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)
#BABACA — rgb(186, 186, 202)
Deuteranopia (Green-blind)
#BBBDC8 — rgb(187, 189, 200)
Tritanopia (Blue-blind)
#C4C2C1 — rgb(196, 194, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(279, 32%, 75%);
text
color: hsl(279, 32%, 75%);
border
border: 2px solid hsl(279, 32%, 75%);
gradient light
background: linear-gradient(to right, hsl(279, 32%, 95%), hsl(279, 32%, 75%));
gradient dark
background: linear-gradient(to right, hsl(279, 32%, 75%), hsl(279, 32%, 55%))
hex
background-color: #C5ABD4;
tailwind
bg-[hsl(279,32%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(279, 32%, 75%, 0.4);
css variable
--color-primary: hsl(279, 32%, 75%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(279, 32%, 75%)?
HEX: #C5ABD4 | RGB: rgb(197, 171, 212) | CMYK: 7%, 19%, 0%, 17% | HSV: 278°, 19%, 83%. Copy any format from the conversion table above.
What colors go well with #C5ABD4?
The complementary color is HSL(99, 32%, 75%). 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, 32%, 75%) in CSS?
As HSL: color: hsl(279, 32%, 75%); — As HEX: color: #C5ABD4; — As RGB: color: rgb(197, 171, 212); — Tailwind CSS: bg-[hsl(279,32%,75%)] — CSS variable: --color-primary: hsl(279, 32%, 75%);