#bf47ff
a balanced, electric violet · warm · closest name: magenta
RGB
191, 71, 255
HSL
279°, 100%, 64%
CMYK
25, 72, 0, 0
Luminance
0.2280
Every format
| HEX | #bf47ff |
| RGB | rgb(191, 71, 255) |
| HSL | hsl(279, 100%, 64%) |
| CMYK | cmyk(25%, 72%, 0%, 0%) |
| LAB | lab(54.9 74.7 -70.1) |
| LCH | lch(54.9 102.5 316.8) |
| OKLCH | oklch(0.644 0.262 310.8) |
Copy-ready code
/* CSS */
color: #bf47ff;
background-color: #bf47ff;
/* Tailwind (arbitrary) */
class="text-[#bf47ff] bg-[#bf47ff]"
/* SCSS */
$brand: #bf47ff;
/* SwiftUI */
Color(red: 0.749, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#bf47ff")Accessibility — WCAG contrast
Aa
#bf47ff on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf47ff on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green27.8%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#bf47ff text on a black background
contrast 5.56:1
Card sample
#bf47ff text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf47ff;
Background color
Panel with #bf47ff background
background-color: #bf47ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf47ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf47ff; background: linear-gradient(135deg, #bf47ff, #FF47C4);