HSL(267, 25%, 67%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,25%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 25%, 67%) | color: hsl(267, 25%, 67%) | |
| HEX | #A996C0 | color: #A996C0 | |
| RGB | rgb(169, 150, 192) | color: rgb(169, 150, 192) | |
| CMYK | cmyk(12%, 22%, 0%, 25%) | — | |
| HSV | hsv(267, 22%, 75%) | — | |
| HWB | hwb(267 59% 25%) | color: hwb(267 59% 25%) | |
| OKLCH | oklch(0.7042 0.0638 305.37) | color: oklch(0.7042 0.0638 305.37) | |
| Lab | lab(65.01 15.2 -19.13) | color: lab(65.01 15.2 -19.13) | |
| LCH | lch(65.01 24.43 308.47) | color: lch(65.01 24.43 308.47) |
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)
#A1A1B6 — rgb(161, 161, 182)
Deuteranopia (Green-blind)
#A2A3B3 — rgb(162, 163, 179)
Tritanopia (Blue-blind)
#A8AEAC — rgb(168, 174, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 25%, 67%);
text
color: hsl(267, 25%, 67%);
border
border: 2px solid hsl(267, 25%, 67%);
gradient light
background: linear-gradient(to right, hsl(267, 25%, 87%), hsl(267, 25%, 67%));
gradient dark
background: linear-gradient(to right, hsl(267, 25%, 67%), hsl(267, 25%, 47%))
hex
background-color: #A996C0;
tailwind
bg-[hsl(267,25%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 25%, 67%, 0.4);
css variable
--color-primary: hsl(267, 25%, 67%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 25%, 67%)?
HEX: #A996C0 | RGB: rgb(169, 150, 192) | CMYK: 12%, 22%, 0%, 25% | HSV: 267°, 22%, 75%. Copy any format from the conversion table above.
What colors go well with #A996C0?
The complementary color is HSL(87, 25%, 67%). 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, 25%, 67%) in CSS?
As HSL: color: hsl(267, 25%, 67%); — As HEX: color: #A996C0; — As RGB: color: rgb(169, 150, 192); — Tailwind CSS: bg-[hsl(267,25%,67%)] — CSS variable: --color-primary: hsl(267, 25%, 67%);