HSL(256, 88%, 62%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,88%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 88%, 62%) | color: hsl(256, 88%, 62%) | |
| HEX | #7649F3 | color: #7649F3 | |
| RGB | rgb(118, 73, 243) | color: rgb(118, 73, 243) | |
| CMYK | cmyk(51%, 70%, 0%, 5%) | — | |
| HSV | hsv(256, 70%, 95%) | — | |
| HWB | hwb(256 29% 5%) | color: hwb(256 29% 5%) | |
| OKLCH | oklch(0.5581 0.2379 288.29) | color: oklch(0.5581 0.2379 288.29) | |
| Lab | lab(45.75 58.51 -78.63) | color: lab(45.75 58.51 -78.63) | |
| LCH | lch(45.75 98.01 306.65) | color: lch(45.75 98.01 306.65) |
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)
#6362CA — rgb(99, 98, 202)
Deuteranopia (Green-blind)
#6569C0 — rgb(101, 105, 192)
Tritanopia (Blue-blind)
#74A9A2 — rgb(116, 169, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 88%, 62%);
text
color: hsl(256, 88%, 62%);
border
border: 2px solid hsl(256, 88%, 62%);
gradient light
background: linear-gradient(to right, hsl(256, 88%, 82%), hsl(256, 88%, 62%));
gradient dark
background: linear-gradient(to right, hsl(256, 88%, 62%), hsl(256, 88%, 42%))
hex
background-color: #7649F3;
tailwind
bg-[hsl(256,88%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 88%, 62%, 0.4);
css variable
--color-primary: hsl(256, 88%, 62%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 88%, 62%)?
HEX: #7649F3 | RGB: rgb(118, 73, 243) | CMYK: 51%, 70%, 0%, 5% | HSV: 256°, 70%, 95%. Copy any format from the conversion table above.
What colors go well with #7649F3?
The complementary color is HSL(76, 88%, 62%). 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, 88%, 62%) in CSS?
As HSL: color: hsl(256, 88%, 62%); — As HEX: color: #7649F3; — As RGB: color: rgb(118, 73, 243); — Tailwind CSS: bg-[hsl(256,88%,62%)] — CSS variable: --color-primary: hsl(256, 88%, 62%);