#f51fd2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 31, 210
HSL
310°, 92%, 54%
CMYK
0, 87, 14, 4
Luminance
0.2505
Every format
| HEX | #f51fd2 |
| RGB | rgb(245, 31, 210) |
| HSL | hsl(310, 92%, 54%) |
| CMYK | cmyk(0%, 87%, 14%, 4%) |
| LAB | lab(57.1 87.8 -40.7) |
| LCH | lch(57.1 96.8 335.1) |
| OKLCH | oklch(0.668 0.282 336.8) |
Copy-ready code
/* CSS */
color: #f51fd2;
background-color: #f51fd2;
/* Tailwind (arbitrary) */
class="text-[#f51fd2] bg-[#f51fd2]"
/* SCSS */
$brand: #f51fd2;
/* SwiftUI */
Color(red: 0.961, green: 0.122, blue: 0.824)
/* Android */
Color.parseColor("#f51fd2")Accessibility — WCAG contrast
Aa
#f51fd2 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51fd2 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green12.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow14.3%
Key (black)3.9%
Color previews
#f51fd2 text on a black background
contrast 6.01:1
Card sample
#f51fd2 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51fd2;
Background color
Panel with #f51fd2 background
background-color: #f51fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 31, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 31, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51fd2; background: linear-gradient(135deg, #f51fd2, #F51F43);