HSL(256, 25%, 72%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,25%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 25%, 72%) | color: hsl(256, 25%, 72%) | |
| HEX | #AFA6C9 | color: #AFA6C9 | |
| RGB | rgb(175, 166, 201) | color: rgb(175, 166, 201) | |
| CMYK | cmyk(13%, 17%, 0%, 21%) | — | |
| HSV | hsv(255, 17%, 79%) | — | |
| HWB | hwb(255 66% 21%) | color: hwb(255 66% 21%) | |
| OKLCH | oklch(0.7443 0.0507 296.93) | color: oklch(0.7443 0.0507 296.93) | |
| Lab | lab(69.9 10.16 -16.67) | color: lab(69.9 10.16 -16.67) | |
| LCH | lch(69.9 19.52 301.36) | color: lch(69.9 19.52 301.36) |
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)
#ABABC1 — rgb(171, 171, 193)
Deuteranopia (Green-blind)
#ACACBF — rgb(172, 172, 191)
Tritanopia (Blue-blind)
#AFBAB8 — rgb(175, 186, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 25%, 72%);
text
color: hsl(256, 25%, 72%);
border
border: 2px solid hsl(256, 25%, 72%);
gradient light
background: linear-gradient(to right, hsl(256, 25%, 92%), hsl(256, 25%, 72%));
gradient dark
background: linear-gradient(to right, hsl(256, 25%, 72%), hsl(256, 25%, 52%))
hex
background-color: #AFA6C9;
tailwind
bg-[hsl(256,25%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 25%, 72%, 0.4);
css variable
--color-primary: hsl(256, 25%, 72%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 25%, 72%)?
HEX: #AFA6C9 | RGB: rgb(175, 166, 201) | CMYK: 13%, 17%, 0%, 21% | HSV: 255°, 17%, 79%. Copy any format from the conversion table above.
What colors go well with #AFA6C9?
The complementary color is HSL(76, 25%, 72%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 25%, 72%) in CSS?
As HSL: color: hsl(256, 25%, 72%); — As HEX: color: #AFA6C9; — As RGB: color: rgb(175, 166, 201); — Tailwind CSS: bg-[hsl(256,25%,72%)] — CSS variable: --color-primary: hsl(256, 25%, 72%);