HSL(269, 35%, 61%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(269,35%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(269, 35%, 61%) | color: hsl(269, 35%, 61%) | |
| HEX | #9A79BE | color: #9A79BE | |
| RGB | rgb(154, 121, 190) | color: rgb(154, 121, 190) | |
| CMYK | cmyk(19%, 36%, 0%, 25%) | — | |
| HSV | hsv(269, 36%, 75%) | — | |
| HWB | hwb(269 48% 25%) | color: hwb(269 48% 25%) | |
| OKLCH | oklch(0.6342 0.1068 305.53) | color: oklch(0.6342 0.1068 305.53) | |
| Lab | lab(56.35 26.51 -31.43) | color: lab(56.35 26.51 -31.43) | |
| LCH | lch(56.35 41.12 310.15) | color: lch(56.35 41.12 310.15) |
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)
#8C8BAD — rgb(140, 139, 173)
Deuteranopia (Green-blind)
#8E90A9 — rgb(142, 144, 169)
Tritanopia (Blue-blind)
#98A09D — rgb(152, 160, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(269, 35%, 61%);
text
color: hsl(269, 35%, 61%);
border
border: 2px solid hsl(269, 35%, 61%);
gradient light
background: linear-gradient(to right, hsl(269, 35%, 81%), hsl(269, 35%, 61%));
gradient dark
background: linear-gradient(to right, hsl(269, 35%, 61%), hsl(269, 35%, 41%))
hex
background-color: #9A79BE;
tailwind
bg-[hsl(269,35%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(269, 35%, 61%, 0.4);
css variable
--color-primary: hsl(269, 35%, 61%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(269, 35%, 61%)?
HEX: #9A79BE | RGB: rgb(154, 121, 190) | CMYK: 19%, 36%, 0%, 25% | HSV: 269°, 36%, 75%. Copy any format from the conversion table above.
What colors go well with #9A79BE?
The complementary color is HSL(89, 35%, 61%). 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%, 61%) in CSS?
As HSL: color: hsl(269, 35%, 61%); — As HEX: color: #9A79BE; — As RGB: color: rgb(154, 121, 190); — Tailwind CSS: bg-[hsl(269,35%,61%)] — CSS variable: --color-primary: hsl(269, 35%, 61%);