#f02cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 44, 253
HSL
296°, 98%, 58%
CMYK
5, 83, 0, 1
Luminance
0.2742
Every format
| HEX | #f02cfd |
| RGB | rgb(240, 44, 253) |
| HSL | hsl(296, 98%, 58%) |
| CMYK | cmyk(5%, 83%, 0%, 1%) |
| LAB | lab(59.4 90.7 -61.4) |
| LCH | lch(59.4 109.5 325.9) |
| OKLCH | oklch(0.690 0.300 325.2) |
Copy-ready code
/* CSS */
color: #f02cfd;
background-color: #f02cfd;
/* Tailwind (arbitrary) */
class="text-[#f02cfd] bg-[#f02cfd]"
/* SCSS */
$brand: #f02cfd;
/* SwiftUI */
Color(red: 0.941, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#f02cfd")Accessibility — WCAG contrast
Aa
#f02cfd on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02cfd on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.3%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f02cfd text on a black background
contrast 6.48:1
Card sample
#f02cfd text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02cfd;
Background color
Panel with #f02cfd background
background-color: #f02cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02cfd; background: linear-gradient(135deg, #f02cfd, #FD2C7E);