HSL(267, 54%, 55%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,54%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 54%, 55%) | color: hsl(267, 54%, 55%) | |
| HEX | #864ECA | color: #864ECA | |
| RGB | rgb(134, 78, 202) | color: rgb(134, 78, 202) | |
| CMYK | cmyk(34%, 61%, 0%, 21%) | — | |
| HSV | hsv(267, 61%, 79%) | — | |
| HWB | hwb(267 31% 21%) | color: hwb(267 31% 21%) | |
| OKLCH | oklch(0.5494 0.1857 301.31) | color: oklch(0.5494 0.1857 301.31) | |
| Lab | lab(45.33 48.17 -55.91) | color: lab(45.33 48.17 -55.91) | |
| LCH | lch(45.33 73.8 310.75) | color: lch(45.33 73.8 310.75) |
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)
#6E6DAC — rgb(110, 109, 172)
Deuteranopia (Green-blind)
#7175A5 — rgb(113, 117, 165)
Tritanopia (Blue-blind)
#83948F — rgb(131, 148, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 54%, 55%);
text
color: hsl(267, 54%, 55%);
border
border: 2px solid hsl(267, 54%, 55%);
gradient light
background: linear-gradient(to right, hsl(267, 54%, 75%), hsl(267, 54%, 55%));
gradient dark
background: linear-gradient(to right, hsl(267, 54%, 55%), hsl(267, 54%, 35%))
hex
background-color: #864ECA;
tailwind
bg-[hsl(267,54%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 54%, 55%, 0.4);
css variable
--color-primary: hsl(267, 54%, 55%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 54%, 55%)?
HEX: #864ECA | RGB: rgb(134, 78, 202) | CMYK: 34%, 61%, 0%, 21% | HSV: 267°, 61%, 79%. Copy any format from the conversion table above.
What colors go well with #864ECA?
The complementary color is HSL(87, 54%, 55%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 54%, 55%) in CSS?
As HSL: color: hsl(267, 54%, 55%); — As HEX: color: #864ECA; — As RGB: color: rgb(134, 78, 202); — Tailwind CSS: bg-[hsl(267,54%,55%)] — CSS variable: --color-primary: hsl(267, 54%, 55%);