HSL(263, 53%, 53%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,53%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 53%, 53%) | color: hsl(263, 53%, 53%) | |
| HEX | #7848C7 | color: #7848C7 | |
| RGB | rgb(120, 72, 199) | color: rgb(120, 72, 199) | |
| CMYK | cmyk(40%, 64%, 0%, 22%) | — | |
| HSV | hsv(263, 64%, 78%) | — | |
| HWB | hwb(263 28% 22%) | color: hwb(263 28% 22%) | |
| OKLCH | oklch(0.5239 0.1884 296.75) | color: oklch(0.5239 0.1884 296.75) | |
| Lab | lab(42.39 47.55 -59.01) | color: lab(42.39 47.55 -59.01) | |
| LCH | lch(42.39 75.78 308.86) | color: lch(42.39 75.78 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)
#6363A8 — rgb(99, 99, 168)
Deuteranopia (Green-blind)
#666AA1 — rgb(102, 106, 161)
Tritanopia (Blue-blind)
#76908B — rgb(118, 144, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 53%, 53%);
text
color: hsl(263, 53%, 53%);
border
border: 2px solid hsl(263, 53%, 53%);
gradient light
background: linear-gradient(to right, hsl(263, 53%, 73%), hsl(263, 53%, 53%));
gradient dark
background: linear-gradient(to right, hsl(263, 53%, 53%), hsl(263, 53%, 33%))
hex
background-color: #7848C7;
tailwind
bg-[hsl(263,53%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 53%, 53%, 0.4);
css variable
--color-primary: hsl(263, 53%, 53%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 53%, 53%)?
HEX: #7848C7 | RGB: rgb(120, 72, 199) | CMYK: 40%, 64%, 0%, 22% | HSV: 263°, 64%, 78%. Copy any format from the conversion table above.
What colors go well with #7848C7?
The complementary color is HSL(83, 53%, 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, 53%, 53%) in CSS?
As HSL: color: hsl(263, 53%, 53%); — As HEX: color: #7848C7; — As RGB: color: rgb(120, 72, 199); — Tailwind CSS: bg-[hsl(263,53%,53%)] — CSS variable: --color-primary: hsl(263, 53%, 53%);