HSL(281, 27%, 64%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,27%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 27%, 64%) | color: hsl(281, 27%, 64%) | |
| HEX | #AC8ABC | color: #AC8ABC | |
| RGB | rgb(172, 138, 188) | color: rgb(172, 138, 188) | |
| CMYK | cmyk(9%, 27%, 0%, 26%) | — | |
| HSV | hsv(281, 27%, 74%) | — | |
| HWB | hwb(281 54% 26%) | color: hwb(281 54% 26%) | |
| OKLCH | oklch(0.6824 0.0813 314.78) | color: oklch(0.6824 0.0813 314.78) | |
| Lab | lab(62.15 22.13 -21.2) | color: lab(62.15 22.13 -21.2) | |
| LCH | lch(62.15 30.65 316.23) | color: lch(62.15 30.65 316.23) |
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)
#9D9DB0 — rgb(157, 157, 176)
Deuteranopia (Green-blind)
#9FA2AD — rgb(159, 162, 173)
Tritanopia (Blue-blind)
#AAA6A4 — rgb(170, 166, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 27%, 64%);
text
color: hsl(281, 27%, 64%);
border
border: 2px solid hsl(281, 27%, 64%);
gradient light
background: linear-gradient(to right, hsl(281, 27%, 84%), hsl(281, 27%, 64%));
gradient dark
background: linear-gradient(to right, hsl(281, 27%, 64%), hsl(281, 27%, 44%))
hex
background-color: #AC8ABC;
tailwind
bg-[hsl(281,27%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 27%, 64%, 0.4);
css variable
--color-primary: hsl(281, 27%, 64%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 27%, 64%)?
HEX: #AC8ABC | RGB: rgb(172, 138, 188) | CMYK: 9%, 27%, 0%, 26% | HSV: 281°, 27%, 74%. Copy any format from the conversion table above.
What colors go well with #AC8ABC?
The complementary color is HSL(101, 27%, 64%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 27%, 64%) in CSS?
As HSL: color: hsl(281, 27%, 64%); — As HEX: color: #AC8ABC; — As RGB: color: rgb(172, 138, 188); — Tailwind CSS: bg-[hsl(281,27%,64%)] — CSS variable: --color-primary: hsl(281, 27%, 64%);