HSL(295, 92%, 41%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(295,92%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 92%, 41%) | color: hsl(295, 92%, 41%) | |
| HEX | #B908C9 | color: #B908C9 | |
| RGB | rgb(185, 8, 201) | color: rgb(185, 8, 201) | |
| CMYK | cmyk(8%, 96%, 0%, 21%) | — | |
| HSV | hsv(295, 96%, 79%) | — | |
| HWB | hwb(295 3% 21%) | color: hwb(295 3% 21%) | |
| OKLCH | oklch(0.5634 0.2618 323.88) | color: oklch(0.5634 0.2618 323.88) | |
| Lab | lab(45.23 78.9 -55.12) | color: lab(45.23 78.9 -55.12) | |
| LCH | lch(45.23 96.25 325.06) | color: lch(45.23 96.25 325.06) |
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)
#6C6B9A — rgb(108, 107, 154)
Deuteranopia (Green-blind)
#77848F — rgb(119, 132, 143)
Tritanopia (Blue-blind)
#B0756D — rgb(176, 117, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 92%, 41%);
text
color: hsl(295, 92%, 41%);
border
border: 2px solid hsl(295, 92%, 41%);
gradient light
background: linear-gradient(to right, hsl(295, 92%, 61%), hsl(295, 92%, 41%));
gradient dark
background: linear-gradient(to right, hsl(295, 92%, 41%), hsl(295, 92%, 21%))
hex
background-color: #B908C9;
tailwind
bg-[hsl(295,92%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 92%, 41%, 0.4);
css variable
--color-primary: hsl(295, 92%, 41%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 92%, 41%)?
HEX: #B908C9 | RGB: rgb(185, 8, 201) | CMYK: 8%, 96%, 0%, 21% | HSV: 295°, 96%, 79%. Copy any format from the conversion table above.
What colors go well with #B908C9?
The complementary color is HSL(115, 92%, 41%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 92%, 41%) in CSS?
As HSL: color: hsl(295, 92%, 41%); — As HEX: color: #B908C9; — As RGB: color: rgb(185, 8, 201); — Tailwind CSS: bg-[hsl(295,92%,41%)] — CSS variable: --color-primary: hsl(295, 92%, 41%);