#f20df8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 13, 248
HSL
299°, 94%, 51%
CMYK
2, 95, 0, 3
Luminance
0.2594
Every format
| HEX | #f20df8 |
| RGB | rgb(242, 13, 248) |
| HSL | hsl(299, 94%, 51%) |
| CMYK | cmyk(2%, 95%, 0%, 3%) |
| LAB | lab(58.0 94.5 -60.8) |
| LCH | lch(58.0 112.3 327.2) |
| OKLCH | oklch(0.680 0.311 327.0) |
Copy-ready code
/* CSS */
color: #f20df8;
background-color: #f20df8;
/* Tailwind (arbitrary) */
class="text-[#f20df8] bg-[#f20df8]"
/* SCSS */
$brand: #f20df8;
/* SwiftUI */
Color(red: 0.949, green: 0.051, blue: 0.973)
/* Android */
Color.parseColor("#f20df8")Accessibility — WCAG contrast
Aa
#f20df8 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20df8 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green5.1%
Blue97.3%
CMYK percentages
Cyan2.4%
Magenta94.8%
Yellow0.0%
Key (black)2.7%
Color previews
#f20df8 text on a black background
contrast 6.19:1
Card sample
#f20df8 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20df8;
Background color
Panel with #f20df8 background
background-color: #f20df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 13, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 13, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20df8; background: linear-gradient(135deg, #f20df8, #F80D61);