#f22158
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
242, 33, 88
HSL
344°, 89%, 54%
CMYK
0, 86, 64, 5
Luminance
0.2067
Every format
| HEX | #f22158 |
| RGB | rgb(242, 33, 88) |
| HSL | hsl(344, 89%, 54%) |
| CMYK | cmyk(0%, 86%, 64%, 5%) |
| LAB | lab(52.6 75.7 24.6) |
| LCH | lch(52.6 79.6 18.0) |
| OKLCH | oklch(0.621 0.234 14.6) |
Copy-ready code
/* CSS */
color: #f22158;
background-color: #f22158;
/* Tailwind (arbitrary) */
class="text-[#f22158] bg-[#f22158]"
/* SCSS */
$brand: #f22158;
/* SwiftUI */
Color(red: 0.949, green: 0.129, blue: 0.345)
/* Android */
Color.parseColor("#f22158")Accessibility — WCAG contrast
Aa
#f22158 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22158 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green12.9%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow63.6%
Key (black)5.1%
Color previews
#f22158 text on a black background
contrast 5.13:1
Card sample
#f22158 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22158;
Background color
Panel with #f22158 background
background-color: #f22158;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22158;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 33, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 33, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22158; background: linear-gradient(135deg, #f22158, #F27521);