HSL(259, 20%, 44%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(259,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 20%, 44%) | color: hsl(259, 20%, 44%) | |
| HEX | #685A87 | color: #685A87 | |
| RGB | rgb(104, 90, 135) | color: rgb(104, 90, 135) | |
| CMYK | cmyk(23%, 33%, 0%, 47%) | — | |
| HSV | hsv(259, 33%, 53%) | — | |
| HWB | hwb(259 36% 47%) | color: hwb(259 36% 47%) | |
| OKLCH | oklch(0.4994 0.0721 298.04) | color: oklch(0.4994 0.0721 298.04) | |
| Lab | lab(41.22 15.74 -23) | color: lab(41.22 15.74 -23) | |
| LCH | lch(41.22 27.87 304.39) | color: lch(41.22 27.87 304.39) |
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)
#62627C — rgb(98, 98, 124)
Deuteranopia (Green-blind)
#63647A — rgb(99, 100, 122)
Tritanopia (Blue-blind)
#677472 — rgb(103, 116, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 20%, 44%);
text
color: hsl(259, 20%, 44%);
border
border: 2px solid hsl(259, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(259, 20%, 64%), hsl(259, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(259, 20%, 44%), hsl(259, 20%, 24%))
hex
background-color: #685A87;
tailwind
bg-[hsl(259,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 20%, 44%, 0.4);
css variable
--color-primary: hsl(259, 20%, 44%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 20%, 44%)?
HEX: #685A87 | RGB: rgb(104, 90, 135) | CMYK: 23%, 33%, 0%, 47% | HSV: 259°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #685A87?
The complementary color is HSL(79, 20%, 44%). 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, 20%, 44%) in CSS?
As HSL: color: hsl(259, 20%, 44%); — As HEX: color: #685A87; — As RGB: color: rgb(104, 90, 135); — Tailwind CSS: bg-[hsl(259,20%,44%)] — CSS variable: --color-primary: hsl(259, 20%, 44%);