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