#f24eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 78, 176
HSL
324°, 86%, 63%
CMYK
0, 68, 27, 5
Luminance
0.2746
Every format
| HEX | #f24eb0 |
| RGB | rgb(242, 78, 176) |
| HSL | hsl(324, 86%, 63%) |
| CMYK | cmyk(0%, 68%, 27%, 5%) |
| LAB | lab(59.4 70.9 -17.7) |
| LCH | lch(59.4 73.1 346.0) |
| OKLCH | oklch(0.679 0.220 347.8) |
Copy-ready code
/* CSS */
color: #f24eb0;
background-color: #f24eb0;
/* Tailwind (arbitrary) */
class="text-[#f24eb0] bg-[#f24eb0]"
/* SCSS */
$brand: #f24eb0;
/* SwiftUI */
Color(red: 0.949, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#f24eb0")Accessibility — WCAG contrast
Aa
#f24eb0 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f24eb0 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow27.3%
Key (black)5.1%
Color previews
#f24eb0 text on a black background
contrast 6.49:1
Card sample
#f24eb0 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24eb0;
Background color
Panel with #f24eb0 background
background-color: #f24eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24eb0; background: linear-gradient(135deg, #f24eb0, #F2594E);