#f2147b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
242, 20, 123
HSL
332°, 90%, 51%
CMYK
0, 92, 49, 5
Luminance
0.2081
Every format
| HEX | #f2147b |
| RGB | rgb(242, 20, 123) |
| HSL | hsl(332, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 49%, 5%) |
| LAB | lab(52.7 79.8 3.7) |
| LCH | lch(52.7 79.8 2.6) |
| OKLCH | oklch(0.625 0.245 2.4) |
Copy-ready code
/* CSS */
color: #f2147b;
background-color: #f2147b;
/* Tailwind (arbitrary) */
class="text-[#f2147b] bg-[#f2147b]"
/* SCSS */
$brand: #f2147b;
/* SwiftUI */
Color(red: 0.949, green: 0.078, blue: 0.482)
/* Android */
Color.parseColor("#f2147b")Accessibility — WCAG contrast
Aa
#f2147b on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2147b on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green7.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow49.2%
Key (black)5.1%
Color previews
#f2147b text on a black background
contrast 5.16:1
Card sample
#f2147b text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2147b;
Background color
Panel with #f2147b background
background-color: #f2147b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2147b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 20, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 20, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2147b; background: linear-gradient(135deg, #f2147b, #F24114);