HSL(263, 63%, 57%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,63%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 63%, 57%) | color: hsl(263, 63%, 57%) | |
| HEX | #814CD6 | color: #814CD6 | |
| RGB | rgb(129, 76, 214) | color: rgb(129, 76, 214) | |
| CMYK | cmyk(40%, 64%, 0%, 16%) | — | |
| HSV | hsv(263, 64%, 84%) | — | |
| HWB | hwb(263 30% 16%) | color: hwb(263 30% 16%) | |
| OKLCH | oklch(0.5499 0.2015 296.9) | color: oklch(0.5499 0.2015 296.9) | |
| Lab | lab(45.21 51.2 -63.03) | color: lab(45.21 51.2 -63.03) | |
| LCH | lch(45.21 81.2 309.09) | color: lch(45.21 81.2 309.09) |
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)
#6A6AB5 — rgb(106, 106, 181)
Deuteranopia (Green-blind)
#6D71AD — rgb(109, 113, 173)
Tritanopia (Blue-blind)
#7E9A94 — rgb(126, 154, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 63%, 57%);
text
color: hsl(263, 63%, 57%);
border
border: 2px solid hsl(263, 63%, 57%);
gradient light
background: linear-gradient(to right, hsl(263, 63%, 77%), hsl(263, 63%, 57%));
gradient dark
background: linear-gradient(to right, hsl(263, 63%, 57%), hsl(263, 63%, 37%))
hex
background-color: #814CD6;
tailwind
bg-[hsl(263,63%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 63%, 57%, 0.4);
css variable
--color-primary: hsl(263, 63%, 57%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 63%, 57%)?
HEX: #814CD6 | RGB: rgb(129, 76, 214) | CMYK: 40%, 64%, 0%, 16% | HSV: 263°, 64%, 84%. Copy any format from the conversion table above.
What colors go well with #814CD6?
The complementary color is HSL(83, 63%, 57%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 63%, 57%) in CSS?
As HSL: color: hsl(263, 63%, 57%); — As HEX: color: #814CD6; — As RGB: color: rgb(129, 76, 214); — Tailwind CSS: bg-[hsl(263,63%,57%)] — CSS variable: --color-primary: hsl(263, 63%, 57%);