#bf00ff
a balanced, electric violet · warm · closest name: magenta
RGB
191, 0, 255
HSL
285°, 100%, 50%
CMYK
25, 100, 0, 0
Luminance
0.1830
Every format
| HEX | #bf00ff |
| RGB | rgb(191, 0, 255) |
| HSL | hsl(285, 100%, 50%) |
| CMYK | cmyk(25%, 100%, 0%, 0%) |
| LAB | lab(49.9 89.4 -78.3) |
| LCH | lch(49.9 118.8 318.8) |
| OKLCH | oklch(0.609 0.303 312.9) |
Copy-ready code
/* CSS */
color: #bf00ff;
background-color: #bf00ff;
/* Tailwind (arbitrary) */
class="text-[#bf00ff] bg-[#bf00ff]"
/* SCSS */
$brand: #bf00ff;
/* SwiftUI */
Color(red: 0.749, green: 0.000, blue: 1.000)
/* Android */
Color.parseColor("#bf00ff")Accessibility — WCAG contrast
Aa
#bf00ff on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf00ff on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.0%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta100.0%
Yellow0.0%
Key (black)0.0%
Color previews
#bf00ff text on a black background
contrast 4.66:1
Card sample
#bf00ff text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf00ff;
Background color
Panel with #bf00ff background
background-color: #bf00ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf00ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 0, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 0, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf00ff; background: linear-gradient(135deg, #bf00ff, #FF0095);