HSL(259, 69%, 26%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,69%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 69%, 26%) | color: hsl(259, 69%, 26%) | |
| HEX | #321570 | color: #321570 | |
| RGB | rgb(50, 21, 112) | color: rgb(50, 21, 112) | |
| CMYK | cmyk(55%, 81%, 0%, 56%) | — | |
| HSV | hsv(259, 81%, 44%) | — | |
| HWB | hwb(259 8% 56%) | color: hwb(259 8% 56%) | |
| OKLCH | oklch(0.3046 0.1433 289.47) | color: oklch(0.3046 0.1433 289.47) | |
| Lab | lab(17.39 37.07 -46.98) | color: lab(17.39 37.07 -46.98) | |
| LCH | lch(17.39 59.84 308.28) | color: lch(17.39 59.84 308.28) |
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)
#25255A — rgb(37, 37, 90)
Deuteranopia (Green-blind)
#272955 — rgb(39, 41, 85)
Tritanopia (Blue-blind)
#314945 — rgb(49, 73, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 69%, 26%);
text
color: hsl(259, 69%, 26%);
border
border: 2px solid hsl(259, 69%, 26%);
gradient light
background: linear-gradient(to right, hsl(259, 69%, 46%), hsl(259, 69%, 26%));
gradient dark
background: linear-gradient(to right, hsl(259, 69%, 26%), hsl(259, 69%, 6%))
hex
background-color: #321570;
tailwind
bg-[hsl(259,69%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 69%, 26%, 0.4);
css variable
--color-primary: hsl(259, 69%, 26%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 69%, 26%)?
HEX: #321570 | RGB: rgb(50, 21, 112) | CMYK: 55%, 81%, 0%, 56% | HSV: 259°, 81%, 44%. Copy any format from the conversion table above.
What colors go well with #321570?
The complementary color is HSL(79, 69%, 26%). 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, 69%, 26%) in CSS?
As HSL: color: hsl(259, 69%, 26%); — As HEX: color: #321570; — As RGB: color: rgb(50, 21, 112); — Tailwind CSS: bg-[hsl(259,69%,26%)] — CSS variable: --color-primary: hsl(259, 69%, 26%);