HSL(267, 35%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,35%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 35%, 68%) | color: hsl(267, 35%, 68%) | |
| HEX | #AB91CA | color: #AB91CA | |
| RGB | rgb(171, 145, 202) | color: rgb(171, 145, 202) | |
| CMYK | cmyk(15%, 28%, 0%, 21%) | — | |
| HSV | hsv(267, 28%, 79%) | — | |
| HWB | hwb(267 57% 21%) | color: hwb(267 57% 21%) | |
| OKLCH | oklch(0.7004 0.0864 305.11) | color: oklch(0.7004 0.0864 305.11) | |
| Lab | lab(64.3 20.85 -25.78) | color: lab(64.3 20.85 -25.78) | |
| LCH | lch(64.3 33.16 308.96) | color: lch(64.3 33.16 308.96) |
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)
#A0A0BC — rgb(160, 160, 188)
Deuteranopia (Green-blind)
#A1A3B9 — rgb(161, 163, 185)
Tritanopia (Blue-blind)
#AAB1AF — rgb(170, 177, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 35%, 68%);
text
color: hsl(267, 35%, 68%);
border
border: 2px solid hsl(267, 35%, 68%);
gradient light
background: linear-gradient(to right, hsl(267, 35%, 88%), hsl(267, 35%, 68%));
gradient dark
background: linear-gradient(to right, hsl(267, 35%, 68%), hsl(267, 35%, 48%))
hex
background-color: #AB91CA;
tailwind
bg-[hsl(267,35%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 35%, 68%, 0.4);
css variable
--color-primary: hsl(267, 35%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 35%, 68%)?
HEX: #AB91CA | RGB: rgb(171, 145, 202) | CMYK: 15%, 28%, 0%, 21% | HSV: 267°, 28%, 79%. Copy any format from the conversion table above.
What colors go well with #AB91CA?
The complementary color is HSL(87, 35%, 68%). 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, 35%, 68%) in CSS?
As HSL: color: hsl(267, 35%, 68%); — As HEX: color: #AB91CA; — As RGB: color: rgb(171, 145, 202); — Tailwind CSS: bg-[hsl(267,35%,68%)] — CSS variable: --color-primary: hsl(267, 35%, 68%);