#f24bff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 75, 255
HSL
296°, 100%, 65%
CMYK
5, 71, 0, 0
Luminance
0.3113
Every format
| HEX | #f24bff |
| RGB | rgb(242, 75, 255) |
| HSL | hsl(296, 100%, 65%) |
| CMYK | cmyk(5%, 71%, 0%, 0%) |
| LAB | lab(62.6 83.2 -57.3) |
| LCH | lch(62.6 101.0 325.5) |
| OKLCH | oklch(0.714 0.277 324.8) |
Copy-ready code
/* CSS */
color: #f24bff;
background-color: #f24bff;
/* Tailwind (arbitrary) */
class="text-[#f24bff] bg-[#f24bff]"
/* SCSS */
$brand: #f24bff;
/* SwiftUI */
Color(red: 0.949, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#f24bff")Accessibility — WCAG contrast
Aa
#f24bff on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f24bff on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green29.4%
Blue100.0%
CMYK percentages
Cyan5.1%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#f24bff text on a black background
contrast 7.23:1
Card sample
#f24bff text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24bff;
Background color
Panel with #f24bff background
background-color: #f24bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24bff; background: linear-gradient(135deg, #f24bff, #FF4B94);