#f20fd2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 15, 210
HSL
309°, 90%, 50%
CMYK
0, 94, 13, 5
Luminance
0.2387
Every format
| HEX | #f20fd2 |
| RGB | rgb(242, 15, 210) |
| HSL | hsl(309, 90%, 50%) |
| CMYK | cmyk(0%, 94%, 13%, 5%) |
| LAB | lab(56.0 89.2 -42.6) |
| LCH | lch(56.0 98.8 334.5) |
| OKLCH | oklch(0.659 0.287 336.0) |
Copy-ready code
/* CSS */
color: #f20fd2;
background-color: #f20fd2;
/* Tailwind (arbitrary) */
class="text-[#f20fd2] bg-[#f20fd2]"
/* SCSS */
$brand: #f20fd2;
/* SwiftUI */
Color(red: 0.949, green: 0.059, blue: 0.824)
/* Android */
Color.parseColor("#f20fd2")Accessibility — WCAG contrast
Aa
#f20fd2 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20fd2 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green5.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow13.2%
Key (black)5.1%
Color previews
#f20fd2 text on a black background
contrast 5.77:1
Card sample
#f20fd2 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20fd2;
Background color
Panel with #f20fd2 background
background-color: #f20fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 15, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 15, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20fd2; background: linear-gradient(135deg, #f20fd2, #F20F3B);