#fd56cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 86, 203
HSL
318°, 98%, 67%
CMYK
0, 66, 20, 1
Luminance
0.3185
Every format
| HEX | #fd56cb |
| RGB | rgb(253, 86, 203) |
| HSL | hsl(318, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 20%, 1%) |
| LAB | lab(63.2 74.2 -27.2) |
| LCH | lch(63.2 79.0 339.9) |
| OKLCH | oklch(0.714 0.234 341.8) |
Copy-ready code
/* CSS */
color: #fd56cb;
background-color: #fd56cb;
/* Tailwind (arbitrary) */
class="text-[#fd56cb] bg-[#fd56cb]"
/* SCSS */
$brand: #fd56cb;
/* SwiftUI */
Color(red: 0.992, green: 0.337, blue: 0.796)
/* Android */
Color.parseColor("#fd56cb")Accessibility — WCAG contrast
Aa
#fd56cb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd56cb on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow19.8%
Key (black)0.8%
Color previews
#fd56cb text on a black background
contrast 7.37:1
Card sample
#fd56cb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd56cb;
Background color
Panel with #fd56cb background
background-color: #fd56cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd56cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 86, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 86, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd56cb; background: linear-gradient(135deg, #fd56cb, #FD565C);