#fd7dda
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 125, 218
HSL
316°, 97%, 74%
CMYK
0, 51, 14, 1
Luminance
0.4061
Every format
| HEX | #fd7dda |
| RGB | rgb(253, 125, 218) |
| HSL | hsl(316, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 14%, 1%) |
| LAB | lab(69.9 59.8 -25.3) |
| LCH | lch(69.9 64.9 337.1) |
| OKLCH | oklch(0.765 0.188 338.8) |
Copy-ready code
/* CSS */
color: #fd7dda;
background-color: #fd7dda;
/* Tailwind (arbitrary) */
class="text-[#fd7dda] bg-[#fd7dda]"
/* SCSS */
$brand: #fd7dda;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.855)
/* Android */
Color.parseColor("#fd7dda")Accessibility — WCAG contrast
Aa
#fd7dda on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7dda on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow13.8%
Key (black)0.8%
Color previews
#fd7dda text on a black background
contrast 9.12:1
Card sample
#fd7dda text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7dda;
Background color
Panel with #fd7dda background
background-color: #fd7dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7dda; background: linear-gradient(135deg, #fd7dda, #FD7D85);