HSL(282, 95%, 58%)
Vivid Indigo — Indigo color
Adjust Color
Color Information
Color Name
Vivid Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,95%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 95%, 58%) | color: hsl(282, 95%, 58%) | |
| HEX | #BD2EFA | color: #BD2EFA | |
| RGB | rgb(189, 46, 250) | color: rgb(189, 46, 250) | |
| CMYK | cmyk(24%, 82%, 0%, 2%) | — | |
| HSV | hsv(282, 82%, 98%) | — | |
| HWB | hwb(282 18% 2%) | color: hwb(282 18% 2%) | |
| OKLCH | oklch(0.6187 0.2802 312.53) | color: oklch(0.6187 0.2802 312.53) | |
| Lab | lab(51.47 81.41 -72.86) | color: lab(51.47 81.41 -72.86) | |
| LCH | lch(51.47 109.25 318.17) | color: lch(51.47 109.25 318.17) |
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)
#7F7EC9 — rgb(127, 126, 201)
Deuteranopia (Green-blind)
#8792BD — rgb(135, 146, 189)
Tritanopia (Blue-blind)
#B6A299 — rgb(182, 162, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 95%, 58%);
text
color: hsl(282, 95%, 58%);
border
border: 2px solid hsl(282, 95%, 58%);
gradient light
background: linear-gradient(to right, hsl(282, 95%, 78%), hsl(282, 95%, 58%));
gradient dark
background: linear-gradient(to right, hsl(282, 95%, 58%), hsl(282, 95%, 38%))
hex
background-color: #BD2EFA;
tailwind
bg-[hsl(282,95%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 95%, 58%, 0.4);
css variable
--color-primary: hsl(282, 95%, 58%);
Related Colors
Use Cases for Vivid Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 95%, 58%)?
HEX: #BD2EFA | RGB: rgb(189, 46, 250) | CMYK: 24%, 82%, 0%, 2% | HSV: 282°, 82%, 98%. Copy any format from the conversion table above.
What colors go well with #BD2EFA?
The complementary color is HSL(102, 95%, 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, 95%, 58%) in CSS?
As HSL: color: hsl(282, 95%, 58%); — As HEX: color: #BD2EFA; — As RGB: color: rgb(189, 46, 250); — Tailwind CSS: bg-[hsl(282,95%,58%)] — CSS variable: --color-primary: hsl(282, 95%, 58%);