#f04afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 74, 253
HSL
296°, 98%, 64%
CMYK
5, 71, 0, 1
Luminance
0.3051
Every format
| HEX | #f04afd |
| RGB | rgb(240, 74, 253) |
| HSL | hsl(296, 98%, 64%) |
| CMYK | cmyk(5%, 71%, 0%, 1%) |
| LAB | lab(62.1 82.8 -57.0) |
| LCH | lch(62.1 100.5 325.5) |
| OKLCH | oklch(0.709 0.275 324.8) |
Copy-ready code
/* CSS */
color: #f04afd;
background-color: #f04afd;
/* Tailwind (arbitrary) */
class="text-[#f04afd] bg-[#f04afd]"
/* SCSS */
$brand: #f04afd;
/* SwiftUI */
Color(red: 0.941, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#f04afd")Accessibility — WCAG contrast
Aa
#f04afd on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f04afd on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green29.0%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f04afd text on a black background
contrast 7.10:1
Card sample
#f04afd text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04afd;
Background color
Panel with #f04afd background
background-color: #f04afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04afd; background: linear-gradient(135deg, #f04afd, #FD4A93);