HSL(263, 50%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,50%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 50%, 53%) | color: hsl(263, 50%, 53%) | |
| HEX | #794BC3 | color: #794BC3 | |
| RGB | rgb(121, 75, 195) | color: rgb(121, 75, 195) | |
| CMYK | cmyk(38%, 62%, 0%, 24%) | — | |
| HSV | hsv(263, 62%, 76%) | — | |
| HWB | hwb(263 29% 24%) | color: hwb(263 29% 24%) | |
| OKLCH | oklch(0.5264 0.1796 297.53) | color: oklch(0.5264 0.1796 297.53) | |
| Lab | lab(42.82 45.1 -55.98) | color: lab(42.82 45.1 -55.98) | |
| LCH | lch(42.82 71.89 308.86) | color: lch(42.82 71.89 308.86) |
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)
#6565A6 — rgb(101, 101, 166)
Deuteranopia (Green-blind)
#686B9F — rgb(104, 107, 159)
Tritanopia (Blue-blind)
#778F8A — rgb(119, 143, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 50%, 53%);
text
color: hsl(263, 50%, 53%);
border
border: 2px solid hsl(263, 50%, 53%);
gradient light
background: linear-gradient(to right, hsl(263, 50%, 73%), hsl(263, 50%, 53%));
gradient dark
background: linear-gradient(to right, hsl(263, 50%, 53%), hsl(263, 50%, 33%))
hex
background-color: #794BC3;
tailwind
bg-[hsl(263,50%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 50%, 53%, 0.4);
css variable
--color-primary: hsl(263, 50%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 50%, 53%)?
HEX: #794BC3 | RGB: rgb(121, 75, 195) | CMYK: 38%, 62%, 0%, 24% | HSV: 263°, 62%, 76%. Copy any format from the conversion table above.
What colors go well with #794BC3?
The complementary color is HSL(83, 50%, 53%). 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, 50%, 53%) in CSS?
As HSL: color: hsl(263, 50%, 53%); — As HEX: color: #794BC3; — As RGB: color: rgb(121, 75, 195); — Tailwind CSS: bg-[hsl(263,50%,53%)] — CSS variable: --color-primary: hsl(263, 50%, 53%);