#fd56c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 86, 194
HSL
321°, 98%, 67%
CMYK
0, 66, 23, 1
Luminance
0.3143
Every format
| HEX | #fd56c2 |
| RGB | rgb(253, 86, 194) |
| HSL | hsl(321, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 23%, 1%) |
| LAB | lab(62.9 73.0 -22.6) |
| LCH | lch(62.9 76.5 342.8) |
| OKLCH | oklch(0.710 0.228 344.7) |
Copy-ready code
/* CSS */
color: #fd56c2;
background-color: #fd56c2;
/* Tailwind (arbitrary) */
class="text-[#fd56c2] bg-[#fd56c2]"
/* SCSS */
$brand: #fd56c2;
/* SwiftUI */
Color(red: 0.992, green: 0.337, blue: 0.761)
/* Android */
Color.parseColor("#fd56c2")Accessibility — WCAG contrast
Aa
#fd56c2 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd56c2 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow23.3%
Key (black)0.8%
Color previews
#fd56c2 text on a black background
contrast 7.29:1
Card sample
#fd56c2 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd56c2;
Background color
Panel with #fd56c2 background
background-color: #fd56c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd56c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 86, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 86, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd56c2; background: linear-gradient(135deg, #fd56c2, #FD5956);