#fd0adc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 10, 220
HSL
308°, 98%, 52%
CMYK
0, 96, 13, 1
Luminance
0.2627
Every format
| HEX | #fd0adc |
| RGB | rgb(253, 10, 220) |
| HSL | hsl(308, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 13%, 1%) |
| LAB | lab(58.3 92.7 -44.5) |
| LCH | lch(58.3 102.8 334.4) |
| OKLCH | oklch(0.681 0.299 335.9) |
Copy-ready code
/* CSS */
color: #fd0adc;
background-color: #fd0adc;
/* Tailwind (arbitrary) */
class="text-[#fd0adc] bg-[#fd0adc]"
/* SCSS */
$brand: #fd0adc;
/* SwiftUI */
Color(red: 0.992, green: 0.039, blue: 0.863)
/* Android */
Color.parseColor("#fd0adc")Accessibility — WCAG contrast
Aa
#fd0adc on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0adc on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow13.0%
Key (black)0.8%
Color previews
#fd0adc text on a black background
contrast 6.25:1
Card sample
#fd0adc text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0adc;
Background color
Panel with #fd0adc background
background-color: #fd0adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 10, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 10, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0adc; background: linear-gradient(135deg, #fd0adc, #FD0A3A);