#f51bc9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 27, 201
HSL
312°, 92%, 53%
CMYK
0, 89, 18, 4
Luminance
0.2441
Every format
| HEX | #f51bc9 |
| RGB | rgb(245, 27, 201) |
| HSL | hsl(312, 92%, 53%) |
| CMYK | cmyk(0%, 89%, 18%, 4%) |
| LAB | lab(56.5 87.3 -36.6) |
| LCH | lch(56.5 94.6 337.3) |
| OKLCH | oklch(0.662 0.279 339.2) |
Copy-ready code
/* CSS */
color: #f51bc9;
background-color: #f51bc9;
/* Tailwind (arbitrary) */
class="text-[#f51bc9] bg-[#f51bc9]"
/* SCSS */
$brand: #f51bc9;
/* SwiftUI */
Color(red: 0.961, green: 0.106, blue: 0.788)
/* Android */
Color.parseColor("#f51bc9")Accessibility — WCAG contrast
Aa
#f51bc9 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51bc9 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green10.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow18.0%
Key (black)3.9%
Color previews
#f51bc9 text on a black background
contrast 5.88:1
Card sample
#f51bc9 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51bc9;
Background color
Panel with #f51bc9 background
background-color: #f51bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 27, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 27, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51bc9; background: linear-gradient(135deg, #f51bc9, #F51B38);