HSL(255, 63%, 49%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(255,63%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 63%, 49%) | color: hsl(255, 63%, 49%) | |
| HEX | #562ECC | color: #562ECC | |
| RGB | rgb(86, 46, 204) | color: rgb(86, 46, 204) | |
| CMYK | cmyk(58%, 77%, 0%, 20%) | — | |
| HSV | hsv(255, 77%, 80%) | — | |
| HWB | hwb(255 18% 20%) | color: hwb(255 18% 20%) | |
| OKLCH | oklch(0.4614 0.2233 285.18) | color: oklch(0.4614 0.2233 285.18) | |
| Lab | lab(34.58 56.38 -74.81) | color: lab(34.58 56.38 -74.81) | |
| LCH | lch(34.58 93.68 307) | color: lch(34.58 93.68 307) |
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)
#4544A6 — rgb(69, 68, 166)
Deuteranopia (Green-blind)
#474A9D — rgb(71, 74, 157)
Tritanopia (Blue-blind)
#548881 — rgb(84, 136, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 63%, 49%);
text
color: hsl(255, 63%, 49%);
border
border: 2px solid hsl(255, 63%, 49%);
gradient light
background: linear-gradient(to right, hsl(255, 63%, 69%), hsl(255, 63%, 49%));
gradient dark
background: linear-gradient(to right, hsl(255, 63%, 49%), hsl(255, 63%, 29%))
hex
background-color: #562ECC;
tailwind
bg-[hsl(255,63%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 63%, 49%, 0.4);
css variable
--color-primary: hsl(255, 63%, 49%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(255, 63%, 49%)?
HEX: #562ECC | RGB: rgb(86, 46, 204) | CMYK: 58%, 77%, 0%, 20% | HSV: 255°, 77%, 80%. Copy any format from the conversion table above.
What colors go well with #562ECC?
The complementary color is HSL(75, 63%, 49%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 63%, 49%) in CSS?
As HSL: color: hsl(255, 63%, 49%); — As HEX: color: #562ECC; — As RGB: color: rgb(86, 46, 204); — Tailwind CSS: bg-[hsl(255,63%,49%)] — CSS variable: --color-primary: hsl(255, 63%, 49%);