#fd10cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 16, 205
HSL
312°, 98%, 53%
CMYK
0, 94, 19, 1
Luminance
0.2566
Every format
| HEX | #fd10cd |
| RGB | rgb(253, 16, 205) |
| HSL | hsl(312, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 19%, 1%) |
| LAB | lab(57.7 90.4 -36.8) |
| LCH | lch(57.7 97.7 337.8) |
| OKLCH | oklch(0.674 0.289 339.8) |
Copy-ready code
/* CSS */
color: #fd10cd;
background-color: #fd10cd;
/* Tailwind (arbitrary) */
class="text-[#fd10cd] bg-[#fd10cd]"
/* SCSS */
$brand: #fd10cd;
/* SwiftUI */
Color(red: 0.992, green: 0.063, blue: 0.804)
/* Android */
Color.parseColor("#fd10cd")Accessibility — WCAG contrast
Aa
#fd10cd on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd10cd on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow19.0%
Key (black)0.8%
Color previews
#fd10cd text on a black background
contrast 6.13:1
Card sample
#fd10cd text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd10cd;
Background color
Panel with #fd10cd background
background-color: #fd10cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd10cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 16, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 16, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd10cd; background: linear-gradient(135deg, #fd10cd, #FD102F);