#f511fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 17, 253
HSL
298°, 98%, 53%
CMYK
3, 93, 0, 1
Luminance
0.2691
Every format
| HEX | #f511fd |
| RGB | rgb(245, 17, 253) |
| HSL | hsl(298, 98%, 53%) |
| CMYK | cmyk(3%, 93%, 0%, 1%) |
| LAB | lab(58.9 95.3 -62.1) |
| LCH | lch(58.9 113.8 326.9) |
| OKLCH | oklch(0.688 0.314 326.6) |
Copy-ready code
/* CSS */
color: #f511fd;
background-color: #f511fd;
/* Tailwind (arbitrary) */
class="text-[#f511fd] bg-[#f511fd]"
/* SCSS */
$brand: #f511fd;
/* SwiftUI */
Color(red: 0.961, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#f511fd")Accessibility — WCAG contrast
Aa
#f511fd on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f511fd on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green6.7%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f511fd text on a black background
contrast 6.38:1
Card sample
#f511fd text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f511fd;
Background color
Panel with #f511fd background
background-color: #f511fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f511fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f511fd; background: linear-gradient(135deg, #f511fd, #FD1167);