HSL(256, 93%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,93%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 93%, 63%) | color: hsl(256, 93%, 63%) | |
| HEX | #7849F8 | color: #7849F8 | |
| RGB | rgb(120, 73, 248) | color: rgb(120, 73, 248) | |
| CMYK | cmyk(52%, 71%, 0%, 3%) | — | |
| HSV | hsv(256, 71%, 97%) | — | |
| HWB | hwb(256 28% 3%) | color: hwb(256 28% 3%) | |
| OKLCH | oklch(0.5641 0.2434 288.3) | color: oklch(0.5641 0.2434 288.3) | |
| Lab | lab(46.36 60.17 -80.44) | color: lab(46.36 60.17 -80.44) | |
| LCH | lch(46.36 100.45 306.8) | color: lch(46.36 100.45 306.8) |
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)
#6463CE — rgb(100, 99, 206)
Deuteranopia (Green-blind)
#666AC4 — rgb(102, 106, 196)
Tritanopia (Blue-blind)
#76ACA5 — rgb(118, 172, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 93%, 63%);
text
color: hsl(256, 93%, 63%);
border
border: 2px solid hsl(256, 93%, 63%);
gradient light
background: linear-gradient(to right, hsl(256, 93%, 83%), hsl(256, 93%, 63%));
gradient dark
background: linear-gradient(to right, hsl(256, 93%, 63%), hsl(256, 93%, 43%))
hex
background-color: #7849F8;
tailwind
bg-[hsl(256,93%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 93%, 63%, 0.4);
css variable
--color-primary: hsl(256, 93%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 93%, 63%)?
HEX: #7849F8 | RGB: rgb(120, 73, 248) | CMYK: 52%, 71%, 0%, 3% | HSV: 256°, 71%, 97%. Copy any format from the conversion table above.
What colors go well with #7849F8?
The complementary color is HSL(76, 93%, 63%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 93%, 63%) in CSS?
As HSL: color: hsl(256, 93%, 63%); — As HEX: color: #7849F8; — As RGB: color: rgb(120, 73, 248); — Tailwind CSS: bg-[hsl(256,93%,63%)] — CSS variable: --color-primary: hsl(256, 93%, 63%);