HSL(264, 69%, 52%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,69%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 69%, 52%) | color: hsl(264, 69%, 52%) | |
| HEX | #7430D9 | color: #7430D9 | |
| RGB | rgb(116, 48, 217) | color: rgb(116, 48, 217) | |
| CMYK | cmyk(47%, 78%, 0%, 15%) | — | |
| HSV | hsv(264, 78%, 85%) | — | |
| HWB | hwb(264 19% 15%) | color: hwb(264 19% 15%) | |
| OKLCH | oklch(0.5054 0.2348 294.59) | color: oklch(0.5054 0.2348 294.59) | |
| Lab | lab(39.3 62.84 -74.45) | color: lab(39.3 62.84 -74.45) | |
| LCH | lch(39.3 97.43 310.17) | color: lch(39.3 97.43 310.17) |
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)
#5756B0 — rgb(87, 86, 176)
Deuteranopia (Green-blind)
#5B60A6 — rgb(91, 96, 166)
Tritanopia (Blue-blind)
#719089 — rgb(113, 144, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 69%, 52%);
text
color: hsl(264, 69%, 52%);
border
border: 2px solid hsl(264, 69%, 52%);
gradient light
background: linear-gradient(to right, hsl(264, 69%, 72%), hsl(264, 69%, 52%));
gradient dark
background: linear-gradient(to right, hsl(264, 69%, 52%), hsl(264, 69%, 32%))
hex
background-color: #7430D9;
tailwind
bg-[hsl(264,69%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 69%, 52%, 0.4);
css variable
--color-primary: hsl(264, 69%, 52%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 69%, 52%)?
HEX: #7430D9 | RGB: rgb(116, 48, 217) | CMYK: 47%, 78%, 0%, 15% | HSV: 264°, 78%, 85%. Copy any format from the conversion table above.
What colors go well with #7430D9?
The complementary color is HSL(84, 69%, 52%). 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%, 52%) in CSS?
As HSL: color: hsl(264, 69%, 52%); — As HEX: color: #7430D9; — As RGB: color: rgb(116, 48, 217); — Tailwind CSS: bg-[hsl(264,69%,52%)] — CSS variable: --color-primary: hsl(264, 69%, 52%);