#f511bc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 17, 188
HSL
315°, 92%, 51%
CMYK
0, 93, 23, 4
Luminance
0.2344
Every format
| HEX | #f511bc |
| RGB | rgb(245, 17, 188) |
| HSL | hsl(315, 92%, 51%) |
| CMYK | cmyk(0%, 93%, 23%, 4%) |
| LAB | lab(55.5 86.9 -30.6) |
| LCH | lch(55.5 92.1 340.6) |
| OKLCH | oklch(0.654 0.276 342.6) |
Copy-ready code
/* CSS */
color: #f511bc;
background-color: #f511bc;
/* Tailwind (arbitrary) */
class="text-[#f511bc] bg-[#f511bc]"
/* SCSS */
$brand: #f511bc;
/* SwiftUI */
Color(red: 0.961, green: 0.067, blue: 0.737)
/* Android */
Color.parseColor("#f511bc")Accessibility — WCAG contrast
Aa
#f511bc on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f511bc on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green6.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow23.3%
Key (black)3.9%
Color previews
#f511bc text on a black background
contrast 5.69:1
Card sample
#f511bc text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f511bc;
Background color
Panel with #f511bc background
background-color: #f511bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f511bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 17, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 17, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f511bc; background: linear-gradient(135deg, #f511bc, #F51124);