#f22ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 42, 206
HSL
311°, 89%, 56%
CMYK
0, 83, 15, 5
Luminance
0.2499
Every format
| HEX | #f22ace |
| RGB | rgb(242, 42, 206) |
| HSL | hsl(311, 89%, 56%) |
| CMYK | cmyk(0%, 83%, 15%, 5%) |
| LAB | lab(57.1 84.8 -38.6) |
| LCH | lch(57.1 93.2 335.5) |
| OKLCH | oklch(0.666 0.272 337.3) |
Copy-ready code
/* CSS */
color: #f22ace;
background-color: #f22ace;
/* Tailwind (arbitrary) */
class="text-[#f22ace] bg-[#f22ace]"
/* SCSS */
$brand: #f22ace;
/* SwiftUI */
Color(red: 0.949, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#f22ace")Accessibility — WCAG contrast
Aa
#f22ace on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22ace on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green16.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow14.9%
Key (black)5.1%
Color previews
#f22ace text on a black background
contrast 6.00:1
Card sample
#f22ace text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22ace;
Background color
Panel with #f22ace background
background-color: #f22ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22ace; background: linear-gradient(135deg, #f22ace, #F22A49);