#fd10cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 16, 207
HSL
312°, 98%, 53%
CMYK
0, 94, 18, 1
Luminance
0.2576
Every format
| HEX | #fd10cf |
| RGB | rgb(253, 16, 207) |
| HSL | hsl(312, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 18%, 1%) |
| LAB | lab(57.8 90.7 -37.8) |
| LCH | lch(57.8 98.3 337.3) |
| OKLCH | oklch(0.675 0.290 339.2) |
Copy-ready code
/* CSS */
color: #fd10cf;
background-color: #fd10cf;
/* Tailwind (arbitrary) */
class="text-[#fd10cf] bg-[#fd10cf]"
/* SCSS */
$brand: #fd10cf;
/* SwiftUI */
Color(red: 0.992, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#fd10cf")Accessibility — WCAG contrast
Aa
#fd10cf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd10cf on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fd10cf text on a black background
contrast 6.15:1
Card sample
#fd10cf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd10cf;
Background color
Panel with #fd10cf background
background-color: #fd10cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd10cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd10cf; background: linear-gradient(135deg, #fd10cf, #FD1031);