#f04df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 77, 247
HSL
298°, 91%, 64%
CMYK
3, 69, 0, 3
Luminance
0.3055
Every format
| HEX | #f04df7 |
| RGB | rgb(240, 77, 247) |
| HSL | hsl(298, 91%, 64%) |
| CMYK | cmyk(3%, 69%, 0%, 3%) |
| LAB | lab(62.1 80.8 -53.7) |
| LCH | lch(62.1 97.0 326.4) |
| OKLCH | oklch(0.709 0.268 326.2) |
Copy-ready code
/* CSS */
color: #f04df7;
background-color: #f04df7;
/* Tailwind (arbitrary) */
class="text-[#f04df7] bg-[#f04df7]"
/* SCSS */
$brand: #f04df7;
/* SwiftUI */
Color(red: 0.941, green: 0.302, blue: 0.969)
/* Android */
Color.parseColor("#f04df7")Accessibility — WCAG contrast
Aa
#f04df7 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f04df7 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green30.2%
Blue96.9%
CMYK percentages
Cyan2.8%
Magenta68.8%
Yellow0.0%
Key (black)3.1%
Color previews
#f04df7 text on a black background
contrast 7.11:1
Card sample
#f04df7 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04df7;
Background color
Panel with #f04df7 background
background-color: #f04df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 77, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 77, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04df7; background: linear-gradient(135deg, #f04df7, #F74D8D);