#f22af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 42, 244
HSL
299°, 90%, 56%
CMYK
1, 83, 0, 4
Luminance
0.2706
Every format
| HEX | #f22af4 |
| RGB | rgb(242, 42, 244) |
| HSL | hsl(299, 90%, 56%) |
| CMYK | cmyk(1%, 83%, 0%, 4%) |
| LAB | lab(59.0 90.1 -56.9) |
| LCH | lch(59.0 106.6 327.7) |
| OKLCH | oklch(0.687 0.296 327.8) |
Copy-ready code
/* CSS */
color: #f22af4;
background-color: #f22af4;
/* Tailwind (arbitrary) */
class="text-[#f22af4] bg-[#f22af4]"
/* SCSS */
$brand: #f22af4;
/* SwiftUI */
Color(red: 0.949, green: 0.165, blue: 0.957)
/* Android */
Color.parseColor("#f22af4")Accessibility — WCAG contrast
Aa
#f22af4 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22af4 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green16.5%
Blue95.7%
CMYK percentages
Cyan0.8%
Magenta82.8%
Yellow0.0%
Key (black)4.3%
Color previews
#f22af4 text on a black background
contrast 6.41:1
Card sample
#f22af4 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22af4;
Background color
Panel with #f22af4 background
background-color: #f22af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 42, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 42, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22af4; background: linear-gradient(135deg, #f22af4, #F42A6F);