HSL(266, 25%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(266,25%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 25%, 66%) | color: hsl(266, 25%, 66%) | |
| HEX | #A593BE | color: #A593BE | |
| RGB | rgb(165, 147, 190) | color: rgb(165, 147, 190) | |
| CMYK | cmyk(13%, 23%, 0%, 25%) | — | |
| HSV | hsv(265, 23%, 75%) | — | |
| HWB | hwb(265 58% 25%) | color: hwb(265 58% 25%) | |
| OKLCH | oklch(0.6939 0.065 303.83) | color: oklch(0.6939 0.065 303.83) | |
| Lab | lab(63.82 15.15 -19.84) | color: lab(63.82 15.15 -19.84) | |
| LCH | lch(63.82 24.96 307.37) | color: lch(63.82 24.96 307.37) |
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)
#9D9DB4 — rgb(157, 157, 180)
Deuteranopia (Green-blind)
#9EA0B1 — rgb(158, 160, 177)
Tritanopia (Blue-blind)
#A4ABAA — rgb(164, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 25%, 66%);
text
color: hsl(266, 25%, 66%);
border
border: 2px solid hsl(266, 25%, 66%);
gradient light
background: linear-gradient(to right, hsl(266, 25%, 86%), hsl(266, 25%, 66%));
gradient dark
background: linear-gradient(to right, hsl(266, 25%, 66%), hsl(266, 25%, 46%))
hex
background-color: #A593BE;
tailwind
bg-[hsl(266,25%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 25%, 66%, 0.4);
css variable
--color-primary: hsl(266, 25%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 25%, 66%)?
HEX: #A593BE | RGB: rgb(165, 147, 190) | CMYK: 13%, 23%, 0%, 25% | HSV: 265°, 23%, 75%. Copy any format from the conversion table above.
What colors go well with #A593BE?
The complementary color is HSL(86, 25%, 66%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 25%, 66%) in CSS?
As HSL: color: hsl(266, 25%, 66%); — As HEX: color: #A593BE; — As RGB: color: rgb(165, 147, 190); — Tailwind CSS: bg-[hsl(266,25%,66%)] — CSS variable: --color-primary: hsl(266, 25%, 66%);