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