HSL(264, 69%, 32%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,69%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 69%, 32%) | color: hsl(264, 69%, 32%) | |
| HEX | #46198A | color: #46198A | |
| RGB | rgb(70, 25, 138) | color: rgb(70, 25, 138) | |
| CMYK | cmyk(49%, 82%, 0%, 46%) | — | |
| HSV | hsv(264, 82%, 54%) | — | |
| HWB | hwb(264 10% 46%) | color: hwb(264 10% 46%) | |
| OKLCH | oklch(0.358 0.1697 293.94) | color: oklch(0.358 0.1697 293.94) | |
| Lab | lab(23.11 45.5 -54.03) | color: lab(23.11 45.5 -54.03) | |
| LCH | lch(23.11 70.64 310.1) | color: lch(23.11 70.64 310.1) |
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)
#33326F — rgb(51, 50, 111)
Deuteranopia (Green-blind)
#353968 — rgb(53, 57, 104)
Tritanopia (Blue-blind)
#445954 — rgb(68, 89, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 69%, 32%);
text
color: hsl(264, 69%, 32%);
border
border: 2px solid hsl(264, 69%, 32%);
gradient light
background: linear-gradient(to right, hsl(264, 69%, 52%), hsl(264, 69%, 32%));
gradient dark
background: linear-gradient(to right, hsl(264, 69%, 32%), hsl(264, 69%, 12%))
hex
background-color: #46198A;
tailwind
bg-[hsl(264,69%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 69%, 32%, 0.4);
css variable
--color-primary: hsl(264, 69%, 32%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 69%, 32%)?
HEX: #46198A | RGB: rgb(70, 25, 138) | CMYK: 49%, 82%, 0%, 46% | HSV: 264°, 82%, 54%. Copy any format from the conversion table above.
What colors go well with #46198A?
The complementary color is HSL(84, 69%, 32%). 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, 69%, 32%) in CSS?
As HSL: color: hsl(264, 69%, 32%); — As HEX: color: #46198A; — As RGB: color: rgb(70, 25, 138); — Tailwind CSS: bg-[hsl(264,69%,32%)] — CSS variable: --color-primary: hsl(264, 69%, 32%);