#bd55ff
a light, electric violet · warm · closest name: magenta
RGB
189, 85, 255
HSL
277°, 100%, 67%
CMYK
26, 67, 0, 0
Luminance
0.2454
Every format
| HEX | #bd55ff |
| RGB | rgb(189, 85, 255) |
| HSL | hsl(277, 100%, 67%) |
| CMYK | cmyk(26%, 67%, 0%, 0%) |
| LAB | lab(56.6 68.7 -67.3) |
| LCH | lch(56.6 96.1 315.6) |
| OKLCH | oklch(0.656 0.246 309.2) |
Copy-ready code
/* CSS */
color: #bd55ff;
background-color: #bd55ff;
/* Tailwind (arbitrary) */
class="text-[#bd55ff] bg-[#bd55ff]"
/* SCSS */
$brand: #bd55ff;
/* SwiftUI */
Color(red: 0.741, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#bd55ff")Accessibility — WCAG contrast
Aa
#bd55ff on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd55ff on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green33.3%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#bd55ff text on a black background
contrast 5.91:1
Card sample
#bd55ff text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd55ff;
Background color
Panel with #bd55ff background
background-color: #bd55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd55ff; background: linear-gradient(135deg, #bd55ff, #FF55D0);