#fd56cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 86, 205
HSL
317°, 98%, 67%
CMYK
0, 66, 19, 1
Luminance
0.3195
Every format
| HEX | #fd56cd |
| RGB | rgb(253, 86, 205) |
| HSL | hsl(317, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 19%, 1%) |
| LAB | lab(63.3 74.5 -28.2) |
| LCH | lch(63.3 79.6 339.3) |
| OKLCH | oklch(0.715 0.235 341.2) |
Copy-ready code
/* CSS */
color: #fd56cd;
background-color: #fd56cd;
/* Tailwind (arbitrary) */
class="text-[#fd56cd] bg-[#fd56cd]"
/* SCSS */
$brand: #fd56cd;
/* SwiftUI */
Color(red: 0.992, green: 0.337, blue: 0.804)
/* Android */
Color.parseColor("#fd56cd")Accessibility — WCAG contrast
Aa
#fd56cd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd56cd on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow19.0%
Key (black)0.8%
Color previews
#fd56cd text on a black background
contrast 7.39:1
Card sample
#fd56cd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd56cd;
Background color
Panel with #fd56cd background
background-color: #fd56cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd56cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 86, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 86, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd56cd; background: linear-gradient(135deg, #fd56cd, #FD565E);