#fd02cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 2, 207
HSL
311°, 98%, 50%
CMYK
0, 99, 18, 1
Luminance
0.2543
Every format
| HEX | #fd02cf |
| RGB | rgb(253, 2, 207) |
| HSL | hsl(311, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 18%, 1%) |
| LAB | lab(57.5 91.6 -38.3) |
| LCH | lch(57.5 99.3 337.3) |
| OKLCH | oklch(0.673 0.293 339.2) |
Copy-ready code
/* CSS */
color: #fd02cf;
background-color: #fd02cf;
/* Tailwind (arbitrary) */
class="text-[#fd02cf] bg-[#fd02cf]"
/* SCSS */
$brand: #fd02cf;
/* SwiftUI */
Color(red: 0.992, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#fd02cf")Accessibility — WCAG contrast
Aa
#fd02cf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd02cf on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow18.2%
Key (black)0.8%
Color previews
#fd02cf text on a black background
contrast 6.09:1
Card sample
#fd02cf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd02cf;
Background color
Panel with #fd02cf background
background-color: #fd02cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd02cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd02cf; background: linear-gradient(135deg, #fd02cf, #FD0228);