#f24ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 78, 241
HSL
300°, 86%, 63%
CMYK
0, 68, 0, 5
Luminance
0.3068
Every format
| HEX | #f24ef1 |
| RGB | rgb(242, 78, 241) |
| HSL | hsl(300, 86%, 63%) |
| CMYK | cmyk(0%, 68%, 0%, 5%) |
| LAB | lab(62.2 80.0 -50.1) |
| LCH | lch(62.2 94.4 327.9) |
| OKLCH | oklch(0.709 0.263 328.2) |
Copy-ready code
/* CSS */
color: #f24ef1;
background-color: #f24ef1;
/* Tailwind (arbitrary) */
class="text-[#f24ef1] bg-[#f24ef1]"
/* SCSS */
$brand: #f24ef1;
/* SwiftUI */
Color(red: 0.949, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#f24ef1")Accessibility — WCAG contrast
Aa
#f24ef1 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f24ef1 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green30.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow0.4%
Key (black)5.1%
Color previews
#f24ef1 text on a black background
contrast 7.14:1
Card sample
#f24ef1 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24ef1;
Background color
Panel with #f24ef1 background
background-color: #f24ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24ef1; background: linear-gradient(135deg, #f24ef1, #F24E83);