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