#fd64cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 100, 205
HSL
319°, 98%, 69%
CMYK
0, 61, 19, 1
Luminance
0.3440
Every format
| HEX | #fd64cd |
| RGB | rgb(253, 100, 205) |
| HSL | hsl(319, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 19%, 1%) |
| LAB | lab(65.3 69.0 -25.1) |
| LCH | lch(65.3 73.4 340.0) |
| OKLCH | oklch(0.729 0.216 341.9) |
Copy-ready code
/* CSS */
color: #fd64cd;
background-color: #fd64cd;
/* Tailwind (arbitrary) */
class="text-[#fd64cd] bg-[#fd64cd]"
/* SCSS */
$brand: #fd64cd;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.804)
/* Android */
Color.parseColor("#fd64cd")Accessibility — WCAG contrast
Aa
#fd64cd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd64cd on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fd64cd text on a black background
contrast 7.88:1
Card sample
#fd64cd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd64cd;
Background color
Panel with #fd64cd background
background-color: #fd64cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd64cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd64cd; background: linear-gradient(135deg, #fd64cd, #FD6467);