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