#fd66cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 102, 205
HSL
319°, 97%, 70%
CMYK
0, 60, 19, 1
Luminance
0.3479
Every format
| HEX | #fd66cd |
| RGB | rgb(253, 102, 205) |
| HSL | hsl(319, 97%, 70%) |
| CMYK | cmyk(0%, 60%, 19%, 1%) |
| LAB | lab(65.6 68.2 -24.6) |
| LCH | lch(65.6 72.5 340.1) |
| OKLCH | oklch(0.731 0.214 342.0) |
Copy-ready code
/* CSS */
color: #fd66cd;
background-color: #fd66cd;
/* Tailwind (arbitrary) */
class="text-[#fd66cd] bg-[#fd66cd]"
/* SCSS */
$brand: #fd66cd;
/* SwiftUI */
Color(red: 0.992, green: 0.400, blue: 0.804)
/* Android */
Color.parseColor("#fd66cd")Accessibility — WCAG contrast
Aa
#fd66cd on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd66cd on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow19.0%
Key (black)0.8%
Color previews
#fd66cd text on a black background
contrast 7.96:1
Card sample
#fd66cd text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd66cd;
Background color
Panel with #fd66cd background
background-color: #fd66cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd66cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 102, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 102, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd66cd; background: linear-gradient(135deg, #fd66cd, #FD6668);