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