#fd6dda
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 109, 218
HSL
315°, 97%, 71%
CMYK
0, 57, 14, 1
Luminance
0.3688
Every format
| HEX | #fd6dda |
| RGB | rgb(253, 109, 218) |
| HSL | hsl(315, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 14%, 1%) |
| LAB | lab(67.2 67.0 -29.5) |
| LCH | lch(67.2 73.2 336.3) |
| OKLCH | oklch(0.745 0.212 338.0) |
Copy-ready code
/* CSS */
color: #fd6dda;
background-color: #fd6dda;
/* Tailwind (arbitrary) */
class="text-[#fd6dda] bg-[#fd6dda]"
/* SCSS */
$brand: #fd6dda;
/* SwiftUI */
Color(red: 0.992, green: 0.427, blue: 0.855)
/* Android */
Color.parseColor("#fd6dda")Accessibility — WCAG contrast
Aa
#fd6dda on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6dda on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fd6dda text on a black background
contrast 8.38:1
Card sample
#fd6dda text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6dda;
Background color
Panel with #fd6dda background
background-color: #fd6dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 109, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 109, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6dda; background: linear-gradient(135deg, #fd6dda, #FD6D7A);