#fd10ff
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 16, 255
HSL
300°, 100%, 53%
CMYK
1, 94, 0, 0
Luminance
0.2847
Every format
| HEX | #fd10ff |
| RGB | rgb(253, 16, 255) |
| HSL | hsl(300, 100%, 53%) |
| CMYK | cmyk(1%, 94%, 0%, 0%) |
| LAB | lab(60.3 96.9 -60.9) |
| LCH | lch(60.3 114.5 327.9) |
| OKLCH | oklch(0.701 0.319 327.9) |
Copy-ready code
/* CSS */
color: #fd10ff;
background-color: #fd10ff;
/* Tailwind (arbitrary) */
class="text-[#fd10ff] bg-[#fd10ff]"
/* SCSS */
$brand: #fd10ff;
/* SwiftUI */
Color(red: 0.992, green: 0.063, blue: 1.000)
/* Android */
Color.parseColor("#fd10ff")Accessibility — WCAG contrast
Aa
#fd10ff on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd10ff on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta93.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fd10ff text on a black background
contrast 6.69:1
Card sample
#fd10ff text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd10ff;
Background color
Panel with #fd10ff background
background-color: #fd10ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd10ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 16, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 16, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd10ff; background: linear-gradient(135deg, #fd10ff, #FF1062);