#f42eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 46, 238
HSL
302°, 90%, 57%
CMYK
0, 81, 3, 4
Luminance
0.2736
Every format
| HEX | #f42eee |
| RGB | rgb(244, 46, 238) |
| HSL | hsl(302, 90%, 57%) |
| CMYK | cmyk(0%, 81%, 3%, 4%) |
| LAB | lab(59.3 88.8 -53.1) |
| LCH | lch(59.3 103.4 329.1) |
| OKLCH | oklch(0.688 0.291 329.6) |
Copy-ready code
/* CSS */
color: #f42eee;
background-color: #f42eee;
/* Tailwind (arbitrary) */
class="text-[#f42eee] bg-[#f42eee]"
/* SCSS */
$brand: #f42eee;
/* SwiftUI */
Color(red: 0.957, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#f42eee")Accessibility — WCAG contrast
Aa
#f42eee on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f42eee on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow2.5%
Key (black)4.3%
Color previews
#f42eee text on a black background
contrast 6.47:1
Card sample
#f42eee text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f42eee;
Background color
Panel with #f42eee background
background-color: #f42eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f42eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f42eee; background: linear-gradient(135deg, #f42eee, #F42E6A);