HSL(269, 35%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(269,35%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(269, 35%, 53%) | color: hsl(269, 35%, 53%) | |
| HEX | #865DB1 | color: #865DB1 | |
| RGB | rgb(134, 93, 177) | color: rgb(134, 93, 177) | |
| CMYK | cmyk(24%, 47%, 0%, 31%) | — | |
| HSV | hsv(269, 47%, 69%) | — | |
| HWB | hwb(269 37% 31%) | color: hwb(269 37% 31%) | |
| OKLCH | oklch(0.5575 0.132 305.04) | color: oklch(0.5575 0.132 305.04) | |
| Lab | lab(47.07 33.65 -38.62) | color: lab(47.07 33.65 -38.62) | |
| LCH | lch(47.07 51.22 311.07) | color: lch(47.07 51.22 311.07) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#74749D — rgb(116, 116, 157)
Deuteranopia (Green-blind)
#777A98 — rgb(119, 122, 152)
Tritanopia (Blue-blind)
#848D89 — rgb(132, 141, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(269, 35%, 53%);
text
color: hsl(269, 35%, 53%);
border
border: 2px solid hsl(269, 35%, 53%);
gradient light
background: linear-gradient(to right, hsl(269, 35%, 73%), hsl(269, 35%, 53%));
gradient dark
background: linear-gradient(to right, hsl(269, 35%, 53%), hsl(269, 35%, 33%))
hex
background-color: #865DB1;
tailwind
bg-[hsl(269,35%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(269, 35%, 53%, 0.4);
css variable
--color-primary: hsl(269, 35%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(269, 35%, 53%)?
HEX: #865DB1 | RGB: rgb(134, 93, 177) | CMYK: 24%, 47%, 0%, 31% | HSV: 269°, 47%, 69%. Copy any format from the conversion table above.
What colors go well with #865DB1?
The complementary color is HSL(89, 35%, 53%). 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, 35%, 53%) in CSS?
As HSL: color: hsl(269, 35%, 53%); — As HEX: color: #865DB1; — As RGB: color: rgb(134, 93, 177); — Tailwind CSS: bg-[hsl(269,35%,53%)] — CSS variable: --color-primary: hsl(269, 35%, 53%);