#bd59ff
a light, electric violet · warm · closest name: magenta
RGB
189, 89, 255
HSL
276°, 100%, 68%
CMYK
26, 65, 0, 0
Luminance
0.2518
Every format
| HEX | #bd59ff |
| RGB | rgb(189, 89, 255) |
| HSL | hsl(276, 100%, 68%) |
| CMYK | cmyk(26%, 65%, 0%, 0%) |
| LAB | lab(57.3 66.9 -66.3) |
| LCH | lch(57.3 94.2 315.3) |
| OKLCH | oklch(0.661 0.241 308.9) |
Copy-ready code
/* CSS */
color: #bd59ff;
background-color: #bd59ff;
/* Tailwind (arbitrary) */
class="text-[#bd59ff] bg-[#bd59ff]"
/* SCSS */
$brand: #bd59ff;
/* SwiftUI */
Color(red: 0.741, green: 0.349, blue: 1.000)
/* Android */
Color.parseColor("#bd59ff")Accessibility — WCAG contrast
Aa
#bd59ff on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd59ff on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green34.9%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta65.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bd59ff text on a black background
contrast 6.04:1
Card sample
#bd59ff text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd59ff;
Background color
Panel with #bd59ff background
background-color: #bd59ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd59ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 89, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 89, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd59ff; background: linear-gradient(135deg, #bd59ff, #FF59D3);