HSL(282, 75%, 58%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,75%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 75%, 58%) | color: hsl(282, 75%, 58%) | |
| HEX | #B444E4 | color: #B444E4 | |
| RGB | rgb(180, 68, 228) | color: rgb(180, 68, 228) | |
| CMYK | cmyk(21%, 70%, 0%, 11%) | — | |
| HSV | hsv(282, 70%, 89%) | — | |
| HWB | hwb(282 27% 11%) | color: hwb(282 27% 11%) | |
| OKLCH | oklch(0.6095 0.2379 313.68) | color: oklch(0.6095 0.2379 313.68) | |
| Lab | lab(51.2 68.36 -61) | color: lab(51.2 68.36 -61) | |
| LCH | lch(51.2 91.62 318.26) | color: lch(51.2 91.62 318.26) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8482BD — rgb(132, 130, 189)
Deuteranopia (Green-blind)
#8A92B4 — rgb(138, 146, 180)
Tritanopia (Blue-blind)
#AE9F98 — rgb(174, 159, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 75%, 58%);
text
color: hsl(282, 75%, 58%);
border
border: 2px solid hsl(282, 75%, 58%);
gradient light
background: linear-gradient(to right, hsl(282, 75%, 78%), hsl(282, 75%, 58%));
gradient dark
background: linear-gradient(to right, hsl(282, 75%, 58%), hsl(282, 75%, 38%))
hex
background-color: #B444E4;
tailwind
bg-[hsl(282,75%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 75%, 58%, 0.4);
css variable
--color-primary: hsl(282, 75%, 58%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 75%, 58%)?
HEX: #B444E4 | RGB: rgb(180, 68, 228) | CMYK: 21%, 70%, 0%, 11% | HSV: 282°, 70%, 89%. Copy any format from the conversion table above.
What colors go well with #B444E4?
The complementary color is HSL(102, 75%, 58%). 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, 75%, 58%) in CSS?
As HSL: color: hsl(282, 75%, 58%); — As HEX: color: #B444E4; — As RGB: color: rgb(180, 68, 228); — Tailwind CSS: bg-[hsl(282,75%,58%)] — CSS variable: --color-primary: hsl(282, 75%, 58%);