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