HSL(264, 75%, 29%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,75%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 75%, 29%) | color: hsl(264, 75%, 29%) | |
| HEX | #3F1281 | color: #3F1281 | |
| RGB | rgb(63, 18, 129) | color: rgb(63, 18, 129) | |
| CMYK | cmyk(51%, 86%, 0%, 49%) | — | |
| HSV | hsv(264, 86%, 51%) | — | |
| HWB | hwb(264 7% 49%) | color: hwb(264 7% 49%) | |
| OKLCH | oklch(0.3341 0.1656 293.29) | color: oklch(0.3341 0.1656 293.29) | |
| Lab | lab(20.34 44.94 -52.96) | color: lab(20.34 44.94 -52.96) | |
| LCH | lch(20.34 69.46 310.32) | color: lch(20.34 69.46 310.32) |
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)
#2C2B66 — rgb(44, 43, 102)
Deuteranopia (Green-blind)
#2E3260 — rgb(46, 50, 96)
Tritanopia (Blue-blind)
#3D514C — rgb(61, 81, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 75%, 29%);
text
color: hsl(264, 75%, 29%);
border
border: 2px solid hsl(264, 75%, 29%);
gradient light
background: linear-gradient(to right, hsl(264, 75%, 49%), hsl(264, 75%, 29%));
gradient dark
background: linear-gradient(to right, hsl(264, 75%, 29%), hsl(264, 75%, 9%))
hex
background-color: #3F1281;
tailwind
bg-[hsl(264,75%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 75%, 29%, 0.4);
css variable
--color-primary: hsl(264, 75%, 29%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 75%, 29%)?
HEX: #3F1281 | RGB: rgb(63, 18, 129) | CMYK: 51%, 86%, 0%, 49% | HSV: 264°, 86%, 51%. Copy any format from the conversion table above.
What colors go well with #3F1281?
The complementary color is HSL(84, 75%, 29%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 75%, 29%) in CSS?
As HSL: color: hsl(264, 75%, 29%); — As HEX: color: #3F1281; — As RGB: color: rgb(63, 18, 129); — Tailwind CSS: bg-[hsl(264,75%,29%)] — CSS variable: --color-primary: hsl(264, 75%, 29%);