#ea15bf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
234, 21, 191
HSL
312°, 84%, 50%
CMYK
0, 91, 18, 8
Luminance
0.2179
Every format
| HEX | #ea15bf |
| RGB | rgb(234, 21, 191) |
| HSL | hsl(312, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 18%, 8%) |
| LAB | lab(53.8 84.7 -35.2) |
| LCH | lch(53.8 91.7 337.5) |
| OKLCH | oklch(0.638 0.271 339.4) |
Copy-ready code
/* CSS */
color: #ea15bf;
background-color: #ea15bf;
/* Tailwind (arbitrary) */
class="text-[#ea15bf] bg-[#ea15bf]"
/* SCSS */
$brand: #ea15bf;
/* SwiftUI */
Color(red: 0.918, green: 0.082, blue: 0.749)
/* Android */
Color.parseColor("#ea15bf")Accessibility — WCAG contrast
Aa
#ea15bf on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea15bf on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green8.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow18.4%
Key (black)8.2%
Color previews
#ea15bf text on a black background
contrast 5.36:1
Card sample
#ea15bf text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea15bf;
Background color
Panel with #ea15bf background
background-color: #ea15bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea15bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 21, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 21, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea15bf; background: linear-gradient(135deg, #ea15bf, #EA1531);