HSL(261, 67%, 29%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(261,67%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 67%, 29%) | color: hsl(261, 67%, 29%) | |
| HEX | #3B187B | color: #3B187B | |
| RGB | rgb(59, 24, 123) | color: rgb(59, 24, 123) | |
| CMYK | cmyk(52%, 80%, 0%, 52%) | — | |
| HSV | hsv(261, 80%, 48%) | — | |
| HWB | hwb(261 10% 52%) | color: hwb(261 10% 52%) | |
| OKLCH | oklch(0.3294 0.1532 291.71) | color: oklch(0.3294 0.1532 291.71) | |
| Lab | lab(20.1 40.18 -49.56) | color: lab(20.1 40.18 -49.56) | |
| LCH | lch(20.1 63.8 309.03) | color: lch(20.1 63.8 309.03) |
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)
#2C2C63 — rgb(44, 44, 99)
Deuteranopia (Green-blind)
#2E315D — rgb(46, 49, 93)
Tritanopia (Blue-blind)
#39504C — rgb(57, 80, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 67%, 29%);
text
color: hsl(261, 67%, 29%);
border
border: 2px solid hsl(261, 67%, 29%);
gradient light
background: linear-gradient(to right, hsl(261, 67%, 49%), hsl(261, 67%, 29%));
gradient dark
background: linear-gradient(to right, hsl(261, 67%, 29%), hsl(261, 67%, 9%))
hex
background-color: #3B187B;
tailwind
bg-[hsl(261,67%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 67%, 29%, 0.4);
css variable
--color-primary: hsl(261, 67%, 29%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(261, 67%, 29%)?
HEX: #3B187B | RGB: rgb(59, 24, 123) | CMYK: 52%, 80%, 0%, 52% | HSV: 261°, 80%, 48%. Copy any format from the conversion table above.
What colors go well with #3B187B?
The complementary color is HSL(81, 67%, 29%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 67%, 29%) in CSS?
As HSL: color: hsl(261, 67%, 29%); — As HEX: color: #3B187B; — As RGB: color: rgb(59, 24, 123); — Tailwind CSS: bg-[hsl(261,67%,29%)] — CSS variable: --color-primary: hsl(261, 67%, 29%);