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