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