#fd0dda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 13, 218
HSL
309°, 98%, 52%
CMYK
0, 95, 14, 1
Luminance
0.2623
Every format
| HEX | #fd0dda |
| RGB | rgb(253, 13, 218) |
| HSL | hsl(309, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 14%, 1%) |
| LAB | lab(58.3 92.2 -43.4) |
| LCH | lch(58.3 101.9 334.8) |
| OKLCH | oklch(0.680 0.297 336.4) |
Copy-ready code
/* CSS */
color: #fd0dda;
background-color: #fd0dda;
/* Tailwind (arbitrary) */
class="text-[#fd0dda] bg-[#fd0dda]"
/* SCSS */
$brand: #fd0dda;
/* SwiftUI */
Color(red: 0.992, green: 0.051, blue: 0.855)
/* Android */
Color.parseColor("#fd0dda")Accessibility — WCAG contrast
Aa
#fd0dda on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0dda on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fd0dda text on a black background
contrast 6.25:1
Card sample
#fd0dda text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0dda;
Background color
Panel with #fd0dda background
background-color: #fd0dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 13, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 13, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0dda; background: linear-gradient(135deg, #fd0dda, #FD0D3A);