#fd02a5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 2, 165
HSL
321°, 98%, 50%
CMYK
0, 99, 35, 1
Luminance
0.2364
Every format
| HEX | #fd02a5 |
| RGB | rgb(253, 2, 165) |
| HSL | hsl(321, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 35%, 1%) |
| LAB | lab(55.7 87.1 -16.7) |
| LCH | lch(55.7 88.7 349.1) |
| OKLCH | oklch(0.655 0.272 350.8) |
Copy-ready code
/* CSS */
color: #fd02a5;
background-color: #fd02a5;
/* Tailwind (arbitrary) */
class="text-[#fd02a5] bg-[#fd02a5]"
/* SCSS */
$brand: #fd02a5;
/* SwiftUI */
Color(red: 0.992, green: 0.008, blue: 0.647)
/* Android */
Color.parseColor("#fd02a5")Accessibility — WCAG contrast
Aa
#fd02a5 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd02a5 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.8%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow34.8%
Key (black)0.8%
Color previews
#fd02a5 text on a black background
contrast 5.73:1
Card sample
#fd02a5 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd02a5;
Background color
Panel with #fd02a5 background
background-color: #fd02a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd02a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 2, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 2, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd02a5; background: linear-gradient(135deg, #fd02a5, #FD0602);