#f20fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 15, 223
HSL
305°, 90%, 50%
CMYK
0, 94, 8, 5
Luminance
0.2455
Every format
| HEX | #f20fdf |
| RGB | rgb(242, 15, 223) |
| HSL | hsl(305, 90%, 50%) |
| CMYK | cmyk(0%, 94%, 8%, 5%) |
| LAB | lab(56.6 90.8 -48.9) |
| LCH | lch(56.6 103.2 331.7) |
| OKLCH | oklch(0.666 0.295 332.8) |
Copy-ready code
/* CSS */
color: #f20fdf;
background-color: #f20fdf;
/* Tailwind (arbitrary) */
class="text-[#f20fdf] bg-[#f20fdf]"
/* SCSS */
$brand: #f20fdf;
/* SwiftUI */
Color(red: 0.949, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#f20fdf")Accessibility — WCAG contrast
Aa
#f20fdf on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20fdf on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green5.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow7.9%
Key (black)5.1%
Color previews
#f20fdf text on a black background
contrast 5.91:1
Card sample
#f20fdf text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20fdf;
Background color
Panel with #f20fdf background
background-color: #f20fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20fdf; background: linear-gradient(135deg, #f20fdf, #F20F48);