#f20d80
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
242, 13, 128
HSL
330°, 90%, 50%
CMYK
0, 95, 47, 5
Luminance
0.2072
Every format
| HEX | #f20d80 |
| RGB | rgb(242, 13, 128) |
| HSL | hsl(330, 90%, 50%) |
| CMYK | cmyk(0%, 95%, 47%, 5%) |
| LAB | lab(52.6 80.8 0.5) |
| LCH | lch(52.6 80.8 0.4) |
| OKLCH | oklch(0.625 0.249 0.5) |
Copy-ready code
/* CSS */
color: #f20d80;
background-color: #f20d80;
/* Tailwind (arbitrary) */
class="text-[#f20d80] bg-[#f20d80]"
/* SCSS */
$brand: #f20d80;
/* SwiftUI */
Color(red: 0.949, green: 0.051, blue: 0.502)
/* Android */
Color.parseColor("#f20d80")Accessibility — WCAG contrast
Aa
#f20d80 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20d80 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green5.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow47.1%
Key (black)5.1%
Color previews
#f20d80 text on a black background
contrast 5.14:1
Card sample
#f20d80 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20d80;
Background color
Panel with #f20d80 background
background-color: #f20d80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20d80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 13, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 13, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20d80; background: linear-gradient(135deg, #f20d80, #F2330D);