HSL(259, 72%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,72%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 72%, 53%) | color: hsl(259, 72%, 53%) | |
| HEX | #6831DD | color: #6831DD | |
| RGB | rgb(104, 49, 221) | color: rgb(104, 49, 221) | |
| CMYK | cmyk(53%, 78%, 0%, 13%) | — | |
| HSV | hsv(259, 78%, 87%) | — | |
| HWB | hwb(259 19% 13%) | color: hwb(259 19% 13%) | |
| OKLCH | oklch(0.4977 0.238 289.18) | color: oklch(0.4977 0.238 289.18) | |
| Lab | lab(38.48 61.85 -78.14) | color: lab(38.48 61.85 -78.14) | |
| LCH | lch(38.48 99.66 308.36) | color: lch(38.48 99.66 308.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5050B3 — rgb(80, 80, 179)
Deuteranopia (Green-blind)
#5358A9 — rgb(83, 88, 169)
Tritanopia (Blue-blind)
#65938B — rgb(101, 147, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 72%, 53%);
text
color: hsl(259, 72%, 53%);
border
border: 2px solid hsl(259, 72%, 53%);
gradient light
background: linear-gradient(to right, hsl(259, 72%, 73%), hsl(259, 72%, 53%));
gradient dark
background: linear-gradient(to right, hsl(259, 72%, 53%), hsl(259, 72%, 33%))
hex
background-color: #6831DD;
tailwind
bg-[hsl(259,72%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 72%, 53%, 0.4);
css variable
--color-primary: hsl(259, 72%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 72%, 53%)?
HEX: #6831DD | RGB: rgb(104, 49, 221) | CMYK: 53%, 78%, 0%, 13% | HSV: 259°, 78%, 87%. Copy any format from the conversion table above.
What colors go well with #6831DD?
The complementary color is HSL(79, 72%, 53%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 72%, 53%) in CSS?
As HSL: color: hsl(259, 72%, 53%); — As HEX: color: #6831DD; — As RGB: color: rgb(104, 49, 221); — Tailwind CSS: bg-[hsl(259,72%,53%)] — CSS variable: --color-primary: hsl(259, 72%, 53%);