#fd02a9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 2, 169
HSL
320°, 98%, 50%
CMYK
0, 99, 33, 1
Luminance
0.2379
Every format
| HEX | #fd02a9 |
| RGB | rgb(253, 2, 169) |
| HSL | hsl(320, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 33%, 1%) |
| LAB | lab(55.9 87.5 -18.8) |
| LCH | lch(55.9 89.5 347.8) |
| OKLCH | oklch(0.656 0.274 349.6) |
Copy-ready code
/* CSS */
color: #fd02a9;
background-color: #fd02a9;
/* Tailwind (arbitrary) */
class="text-[#fd02a9] bg-[#fd02a9]"
/* SCSS */
$brand: #fd02a9;
/* SwiftUI */
Color(red: 0.992, green: 0.008, blue: 0.663)
/* Android */
Color.parseColor("#fd02a9")Accessibility — WCAG contrast
Aa
#fd02a9 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd02a9 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.8%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow33.2%
Key (black)0.8%
Color previews
#fd02a9 text on a black background
contrast 5.76:1
Card sample
#fd02a9 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd02a9;
Background color
Panel with #fd02a9 background
background-color: #fd02a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd02a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 2, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 2, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd02a9; background: linear-gradient(135deg, #fd02a9, #FD0202);