#f2124d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
242, 18, 77
HSL
344°, 90%, 51%
CMYK
0, 93, 68, 5
Luminance
0.1985
Every format
| HEX | #f2124d |
| RGB | rgb(242, 18, 77) |
| HSL | hsl(344, 90%, 51%) |
| CMYK | cmyk(0%, 93%, 68%, 5%) |
| LAB | lab(51.7 77.2 30.1) |
| LCH | lch(51.7 82.9 21.3) |
| OKLCH | oklch(0.614 0.240 17.0) |
Copy-ready code
/* CSS */
color: #f2124d;
background-color: #f2124d;
/* Tailwind (arbitrary) */
class="text-[#f2124d] bg-[#f2124d]"
/* SCSS */
$brand: #f2124d;
/* SwiftUI */
Color(red: 0.949, green: 0.071, blue: 0.302)
/* Android */
Color.parseColor("#f2124d")Accessibility — WCAG contrast
Aa
#f2124d on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2124d on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green7.1%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow68.2%
Key (black)5.1%
Color previews
#f2124d text on a black background
contrast 4.97:1
Card sample
#f2124d text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2124d;
Background color
Panel with #f2124d background
background-color: #f2124d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2124d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 18, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 18, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2124d; background: linear-gradient(135deg, #f2124d, #F26C12);