HSL(266, 60%, 38%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(266,60%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 60%, 38%) | color: hsl(266, 60%, 38%) | |
| HEX | #59279B | color: #59279B | |
| RGB | rgb(89, 39, 155) | color: rgb(89, 39, 155) | |
| CMYK | cmyk(43%, 75%, 0%, 39%) | — | |
| HSV | hsv(266, 75%, 61%) | — | |
| HWB | hwb(266 15% 39%) | color: hwb(266 15% 39%) | |
| OKLCH | oklch(0.4112 0.1756 297.72) | color: oklch(0.4112 0.1756 297.72) | |
| Lab | lab(29.26 46.78 -54.35) | color: lab(29.26 46.78 -54.35) | |
| LCH | lch(29.26 71.71 310.72) | color: lch(29.26 71.71 310.72) |
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)
#43437F — rgb(67, 67, 127)
Deuteranopia (Green-blind)
#464A78 — rgb(70, 74, 120)
Tritanopia (Blue-blind)
#576964 — rgb(87, 105, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 60%, 38%);
text
color: hsl(266, 60%, 38%);
border
border: 2px solid hsl(266, 60%, 38%);
gradient light
background: linear-gradient(to right, hsl(266, 60%, 58%), hsl(266, 60%, 38%));
gradient dark
background: linear-gradient(to right, hsl(266, 60%, 38%), hsl(266, 60%, 18%))
hex
background-color: #59279B;
tailwind
bg-[hsl(266,60%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 60%, 38%, 0.4);
css variable
--color-primary: hsl(266, 60%, 38%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 60%, 38%)?
HEX: #59279B | RGB: rgb(89, 39, 155) | CMYK: 43%, 75%, 0%, 39% | HSV: 266°, 75%, 61%. Copy any format from the conversion table above.
What colors go well with #59279B?
The complementary color is HSL(86, 60%, 38%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 60%, 38%) in CSS?
As HSL: color: hsl(266, 60%, 38%); — As HEX: color: #59279B; — As RGB: color: rgb(89, 39, 155); — Tailwind CSS: bg-[hsl(266,60%,38%)] — CSS variable: --color-primary: hsl(266, 60%, 38%);