#fd5dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 93, 205
HSL
318°, 98%, 68%
CMYK
0, 63, 19, 1
Luminance
0.3312
Every format
| HEX | #fd5dcd |
| RGB | rgb(253, 93, 205) |
| HSL | hsl(318, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 19%, 1%) |
| LAB | lab(64.3 71.8 -26.7) |
| LCH | lch(64.3 76.6 339.6) |
| OKLCH | oklch(0.722 0.226 341.5) |
Copy-ready code
/* CSS */
color: #fd5dcd;
background-color: #fd5dcd;
/* Tailwind (arbitrary) */
class="text-[#fd5dcd] bg-[#fd5dcd]"
/* SCSS */
$brand: #fd5dcd;
/* SwiftUI */
Color(red: 0.992, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#fd5dcd")Accessibility — WCAG contrast
Aa
#fd5dcd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5dcd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow19.0%
Key (black)0.8%
Color previews
#fd5dcd text on a black background
contrast 7.62:1
Card sample
#fd5dcd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5dcd;
Background color
Panel with #fd5dcd background
background-color: #fd5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5dcd; background: linear-gradient(135deg, #fd5dcd, #FD5D62);