#fd56da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 86, 218
HSL
313°, 98%, 67%
CMYK
0, 66, 14, 1
Luminance
0.3260
Every format
| HEX | #fd56da |
| RGB | rgb(253, 86, 218) |
| HSL | hsl(313, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 14%, 1%) |
| LAB | lab(63.8 76.3 -34.7) |
| LCH | lch(63.8 83.8 335.6) |
| OKLCH | oklch(0.720 0.243 337.3) |
Copy-ready code
/* CSS */
color: #fd56da;
background-color: #fd56da;
/* Tailwind (arbitrary) */
class="text-[#fd56da] bg-[#fd56da]"
/* SCSS */
$brand: #fd56da;
/* SwiftUI */
Color(red: 0.992, green: 0.337, blue: 0.855)
/* Android */
Color.parseColor("#fd56da")Accessibility — WCAG contrast
Aa
#fd56da on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd56da on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow13.8%
Key (black)0.8%
Color previews
#fd56da text on a black background
contrast 7.52:1
Card sample
#fd56da text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd56da;
Background color
Panel with #fd56da background
background-color: #fd56da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd56da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 86, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 86, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd56da; background: linear-gradient(135deg, #fd56da, #FD566B);