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