HSL(269, 20%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(269,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(269, 20%, 68%) | color: hsl(269, 20%, 68%) | |
| HEX | #AD9DBE | color: #AD9DBE | |
| RGB | rgb(173, 157, 190) | color: rgb(173, 157, 190) | |
| CMYK | cmyk(9%, 17%, 0%, 25%) | — | |
| HSV | hsv(269, 17%, 75%) | — | |
| HWB | hwb(269 62% 25%) | color: hwb(269 62% 25%) | |
| OKLCH | oklch(0.7207 0.0503 307.04) | color: oklch(0.7207 0.0503 307.04) | |
| Lab | lab(67.06 12.18 -14.86) | color: lab(67.06 12.18 -14.86) | |
| LCH | lch(67.06 19.21 309.34) | color: lch(67.06 19.21 309.34) |
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)
#A6A6B6 — rgb(166, 166, 182)
Deuteranopia (Green-blind)
#A7A8B4 — rgb(167, 168, 180)
Tritanopia (Blue-blind)
#ACB0AE — rgb(172, 176, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(269, 20%, 68%);
text
color: hsl(269, 20%, 68%);
border
border: 2px solid hsl(269, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(269, 20%, 88%), hsl(269, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(269, 20%, 68%), hsl(269, 20%, 48%))
hex
background-color: #AD9DBE;
tailwind
bg-[hsl(269,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(269, 20%, 68%, 0.4);
css variable
--color-primary: hsl(269, 20%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(269, 20%, 68%)?
HEX: #AD9DBE | RGB: rgb(173, 157, 190) | CMYK: 9%, 17%, 0%, 25% | HSV: 269°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #AD9DBE?
The complementary color is HSL(89, 20%, 68%). For a triadic harmony, use hues 269°, 29°, and 149°. For analogous combinations, try hues 239° and 299°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(269, 20%, 68%) in CSS?
As HSL: color: hsl(269, 20%, 68%); — As HEX: color: #AD9DBE; — As RGB: color: rgb(173, 157, 190); — Tailwind CSS: bg-[hsl(269,20%,68%)] — CSS variable: --color-primary: hsl(269, 20%, 68%);