#f512eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 18, 235
HSL
303°, 92%, 52%
CMYK
0, 93, 4, 4
Luminance
0.2584
Every format
| HEX | #f512eb |
| RGB | rgb(245, 18, 235) |
| HSL | hsl(303, 92%, 52%) |
| CMYK | cmyk(0%, 93%, 4%, 4%) |
| LAB | lab(57.9 92.7 -53.7) |
| LCH | lch(57.9 107.1 329.9) |
| OKLCH | oklch(0.678 0.303 330.6) |
Copy-ready code
/* CSS */
color: #f512eb;
background-color: #f512eb;
/* Tailwind (arbitrary) */
class="text-[#f512eb] bg-[#f512eb]"
/* SCSS */
$brand: #f512eb;
/* SwiftUI */
Color(red: 0.961, green: 0.071, blue: 0.922)
/* Android */
Color.parseColor("#f512eb")Accessibility — WCAG contrast
Aa
#f512eb on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f512eb on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green7.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow4.1%
Key (black)3.9%
Color previews
#f512eb text on a black background
contrast 6.17:1
Card sample
#f512eb text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f512eb;
Background color
Panel with #f512eb background
background-color: #f512eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f512eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 18, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 18, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f512eb; background: linear-gradient(135deg, #f512eb, #F51254);