HSL(267, 51%, 69%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,51%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 51%, 69%) | color: hsl(267, 51%, 69%) | |
| HEX | #AC88D8 | color: #AC88D8 | |
| RGB | rgb(172, 136, 216) | color: rgb(172, 136, 216) | |
| CMYK | cmyk(20%, 37%, 0%, 15%) | — | |
| HSV | hsv(267, 37%, 85%) | — | |
| HWB | hwb(267 54% 15%) | color: hwb(267 54% 15%) | |
| OKLCH | oklch(0.6909 0.1203 304.12) | color: oklch(0.6909 0.1203 304.12) | |
| Lab | lab(62.79 29.4 -35.93) | color: lab(62.79 29.4 -35.93) | |
| LCH | lch(62.79 46.43 309.29) | color: lch(62.79 46.43 309.29) |
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)
#9C9CC5 — rgb(156, 156, 197)
Deuteranopia (Green-blind)
#9FA1C0 — rgb(159, 161, 192)
Tritanopia (Blue-blind)
#AAB5B2 — rgb(170, 181, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 51%, 69%);
text
color: hsl(267, 51%, 69%);
border
border: 2px solid hsl(267, 51%, 69%);
gradient light
background: linear-gradient(to right, hsl(267, 51%, 89%), hsl(267, 51%, 69%));
gradient dark
background: linear-gradient(to right, hsl(267, 51%, 69%), hsl(267, 51%, 49%))
hex
background-color: #AC88D8;
tailwind
bg-[hsl(267,51%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 51%, 69%, 0.4);
css variable
--color-primary: hsl(267, 51%, 69%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 51%, 69%)?
HEX: #AC88D8 | RGB: rgb(172, 136, 216) | CMYK: 20%, 37%, 0%, 15% | HSV: 267°, 37%, 85%. Copy any format from the conversion table above.
What colors go well with #AC88D8?
The complementary color is HSL(87, 51%, 69%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 51%, 69%) in CSS?
As HSL: color: hsl(267, 51%, 69%); — As HEX: color: #AC88D8; — As RGB: color: rgb(172, 136, 216); — Tailwind CSS: bg-[hsl(267,51%,69%)] — CSS variable: --color-primary: hsl(267, 51%, 69%);