HSL(264, 79%, 56%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(264,79%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 79%, 56%) | color: hsl(264, 79%, 56%) | |
| HEX | #7D36E7 | color: #7D36E7 | |
| RGB | rgb(125, 54, 231) | color: rgb(125, 54, 231) | |
| CMYK | cmyk(46%, 77%, 0%, 9%) | — | |
| HSV | hsv(264, 77%, 91%) | — | |
| HWB | hwb(264 21% 9%) | color: hwb(264 21% 9%) | |
| OKLCH | oklch(0.5331 0.2442 294.8) | color: oklch(0.5331 0.2442 294.8) | |
| Lab | lab(42.41 65.12 -77.31) | color: lab(42.41 65.12 -77.31) | |
| LCH | lch(42.41 101.08 310.11) | color: lch(42.41 101.08 310.11) |
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)
#5E5EBC — rgb(94, 94, 188)
Deuteranopia (Green-blind)
#6268B2 — rgb(98, 104, 178)
Tritanopia (Blue-blind)
#799A93 — rgb(121, 154, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 79%, 56%);
text
color: hsl(264, 79%, 56%);
border
border: 2px solid hsl(264, 79%, 56%);
gradient light
background: linear-gradient(to right, hsl(264, 79%, 76%), hsl(264, 79%, 56%));
gradient dark
background: linear-gradient(to right, hsl(264, 79%, 56%), hsl(264, 79%, 36%))
hex
background-color: #7D36E7;
tailwind
bg-[hsl(264,79%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 79%, 56%, 0.4);
css variable
--color-primary: hsl(264, 79%, 56%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 79%, 56%)?
HEX: #7D36E7 | RGB: rgb(125, 54, 231) | CMYK: 46%, 77%, 0%, 9% | HSV: 264°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #7D36E7?
The complementary color is HSL(84, 79%, 56%). 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, 79%, 56%) in CSS?
As HSL: color: hsl(264, 79%, 56%); — As HEX: color: #7D36E7; — As RGB: color: rgb(125, 54, 231); — Tailwind CSS: bg-[hsl(264,79%,56%)] — CSS variable: --color-primary: hsl(264, 79%, 56%);