#f222df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 34, 223
HSL
306°, 89%, 54%
CMYK
0, 86, 8, 5
Luminance
0.2535
Every format
| HEX | #f222df |
| RGB | rgb(242, 34, 223) |
| HSL | hsl(306, 89%, 54%) |
| CMYK | cmyk(0%, 86%, 8%, 5%) |
| LAB | lab(57.4 88.5 -47.7) |
| LCH | lch(57.4 100.6 331.7) |
| OKLCH | oklch(0.671 0.287 332.8) |
Copy-ready code
/* CSS */
color: #f222df;
background-color: #f222df;
/* Tailwind (arbitrary) */
class="text-[#f222df] bg-[#f222df]"
/* SCSS */
$brand: #f222df;
/* SwiftUI */
Color(red: 0.949, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#f222df")Accessibility — WCAG contrast
Aa
#f222df on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f222df on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green13.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow7.9%
Key (black)5.1%
Color previews
#f222df text on a black background
contrast 6.07:1
Card sample
#f222df text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f222df;
Background color
Panel with #f222df background
background-color: #f222df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f222df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f222df; background: linear-gradient(135deg, #f222df, #F22254);