#f02cda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 44, 218
HSL
307°, 87%, 56%
CMYK
0, 82, 9, 6
Luminance
0.2539
Every format
| HEX | #f02cda |
| RGB | rgb(240, 44, 218) |
| HSL | hsl(307, 87%, 56%) |
| CMYK | cmyk(0%, 82%, 9%, 6%) |
| LAB | lab(57.5 85.6 -44.8) |
| LCH | lch(57.5 96.7 332.4) |
| OKLCH | oklch(0.670 0.277 333.6) |
Copy-ready code
/* CSS */
color: #f02cda;
background-color: #f02cda;
/* Tailwind (arbitrary) */
class="text-[#f02cda] bg-[#f02cda]"
/* SCSS */
$brand: #f02cda;
/* SwiftUI */
Color(red: 0.941, green: 0.173, blue: 0.855)
/* Android */
Color.parseColor("#f02cda")Accessibility — WCAG contrast
Aa
#f02cda on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02cda on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow9.2%
Key (black)5.9%
Color previews
#f02cda text on a black background
contrast 6.08:1
Card sample
#f02cda text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02cda;
Background color
Panel with #f02cda background
background-color: #f02cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 44, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 44, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02cda; background: linear-gradient(135deg, #f02cda, #F02C58);