HSL(282, 63%, 48%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,63%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 63%, 48%) | color: hsl(282, 63%, 48%) | |
| HEX | #992DC8 | color: #992DC8 | |
| RGB | rgb(153, 45, 200) | color: rgb(153, 45, 200) | |
| CMYK | cmyk(24%, 78%, 0%, 22%) | — | |
| HSV | hsv(282, 78%, 78%) | — | |
| HWB | hwb(282 17% 22%) | color: hwb(282 17% 22%) | |
| OKLCH | oklch(0.534 0.2286 312.87) | color: oklch(0.534 0.2286 312.87) | |
| Lab | lab(42.49 66.09 -59.22) | color: lab(42.49 66.09 -59.22) | |
| LCH | lch(42.49 88.74 318.14) | color: lch(42.49 88.74 318.14) |
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)
#6A69A2 — rgb(106, 105, 162)
Deuteranopia (Green-blind)
#71799A — rgb(113, 121, 154)
Tritanopia (Blue-blind)
#94857E — rgb(148, 133, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 63%, 48%);
text
color: hsl(282, 63%, 48%);
border
border: 2px solid hsl(282, 63%, 48%);
gradient light
background: linear-gradient(to right, hsl(282, 63%, 68%), hsl(282, 63%, 48%));
gradient dark
background: linear-gradient(to right, hsl(282, 63%, 48%), hsl(282, 63%, 28%))
hex
background-color: #992DC8;
tailwind
bg-[hsl(282,63%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 63%, 48%, 0.4);
css variable
--color-primary: hsl(282, 63%, 48%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 63%, 48%)?
HEX: #992DC8 | RGB: rgb(153, 45, 200) | CMYK: 24%, 78%, 0%, 22% | HSV: 282°, 78%, 78%. Copy any format from the conversion table above.
What colors go well with #992DC8?
The complementary color is HSL(102, 63%, 48%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 63%, 48%) in CSS?
As HSL: color: hsl(282, 63%, 48%); — As HEX: color: #992DC8; — As RGB: color: rgb(153, 45, 200); — Tailwind CSS: bg-[hsl(282,63%,48%)] — CSS variable: --color-primary: hsl(282, 63%, 48%);