#bf15ea
a balanced, electric violet · warm · closest name: magenta
RGB
191, 21, 234
HSL
288°, 84%, 50%
CMYK
18, 91, 0, 8
Luminance
0.1755
Every format
| HEX | #bf15ea |
| RGB | rgb(191, 21, 234) |
| HSL | hsl(288, 84%, 50%) |
| CMYK | cmyk(18%, 91%, 0%, 8%) |
| LAB | lab(49.0 83.8 -68.0) |
| LCH | lch(49.0 107.9 321.0) |
| OKLCH | oklch(0.598 0.283 317.3) |
Copy-ready code
/* CSS */
color: #bf15ea;
background-color: #bf15ea;
/* Tailwind (arbitrary) */
class="text-[#bf15ea] bg-[#bf15ea]"
/* SCSS */
$brand: #bf15ea;
/* SwiftUI */
Color(red: 0.749, green: 0.082, blue: 0.918)
/* Android */
Color.parseColor("#bf15ea")Accessibility — WCAG contrast
Aa
#bf15ea on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf15ea on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green8.2%
Blue91.8%
CMYK percentages
Cyan18.4%
Magenta91.0%
Yellow0.0%
Key (black)8.2%
Color previews
#bf15ea text on a black background
contrast 4.51:1
Card sample
#bf15ea text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf15ea;
Background color
Panel with #bf15ea background
background-color: #bf15ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf15ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 21, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 21, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf15ea; background: linear-gradient(135deg, #bf15ea, #EA1587);