#f22fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 47, 239
HSL
301°, 88%, 57%
CMYK
0, 81, 1, 5
Luminance
0.2714
Every format
| HEX | #f22fef |
| RGB | rgb(242, 47, 239) |
| HSL | hsl(301, 88%, 57%) |
| CMYK | cmyk(0%, 81%, 1%, 5%) |
| LAB | lab(59.1 88.3 -54.0) |
| LCH | lch(59.1 103.5 328.6) |
| OKLCH | oklch(0.686 0.290 328.9) |
Copy-ready code
/* CSS */
color: #f22fef;
background-color: #f22fef;
/* Tailwind (arbitrary) */
class="text-[#f22fef] bg-[#f22fef]"
/* SCSS */
$brand: #f22fef;
/* SwiftUI */
Color(red: 0.949, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#f22fef")Accessibility — WCAG contrast
Aa
#f22fef on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22fef on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green18.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow1.2%
Key (black)5.1%
Color previews
#f22fef text on a black background
contrast 6.43:1
Card sample
#f22fef text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22fef;
Background color
Panel with #f22fef background
background-color: #f22fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22fef; background: linear-gradient(135deg, #f22fef, #F22F6D);