HSL(263, 68%, 54%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,68%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 68%, 54%) | color: hsl(263, 68%, 54%) | |
| HEX | #773AD9 | color: #773AD9 | |
| RGB | rgb(119, 58, 217) | color: rgb(119, 58, 217) | |
| CMYK | cmyk(45%, 73%, 0%, 15%) | — | |
| HSV | hsv(263, 73%, 85%) | — | |
| HWB | hwb(263 23% 15%) | color: hwb(263 23% 15%) | |
| OKLCH | oklch(0.5191 0.2253 294.72) | color: oklch(0.5191 0.2253 294.72) | |
| Lab | lab(41.15 58.99 -71.41) | color: lab(41.15 58.99 -71.41) | |
| LCH | lch(41.15 92.62 309.56) | color: lch(41.15 92.62 309.56) |
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)
#5D5CB3 — rgb(93, 92, 179)
Deuteranopia (Green-blind)
#6065A9 — rgb(96, 101, 169)
Tritanopia (Blue-blind)
#74948D — rgb(116, 148, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 68%, 54%);
text
color: hsl(263, 68%, 54%);
border
border: 2px solid hsl(263, 68%, 54%);
gradient light
background: linear-gradient(to right, hsl(263, 68%, 74%), hsl(263, 68%, 54%));
gradient dark
background: linear-gradient(to right, hsl(263, 68%, 54%), hsl(263, 68%, 34%))
hex
background-color: #773AD9;
tailwind
bg-[hsl(263,68%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 68%, 54%, 0.4);
css variable
--color-primary: hsl(263, 68%, 54%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 68%, 54%)?
HEX: #773AD9 | RGB: rgb(119, 58, 217) | CMYK: 45%, 73%, 0%, 15% | HSV: 263°, 73%, 85%. Copy any format from the conversion table above.
What colors go well with #773AD9?
The complementary color is HSL(83, 68%, 54%). 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, 68%, 54%) in CSS?
As HSL: color: hsl(263, 68%, 54%); — As HEX: color: #773AD9; — As RGB: color: rgb(119, 58, 217); — Tailwind CSS: bg-[hsl(263,68%,54%)] — CSS variable: --color-primary: hsl(263, 68%, 54%);