#fd66cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 102, 207
HSL
318°, 97%, 70%
CMYK
0, 60, 18, 1
Luminance
0.3489
Every format
| HEX | #fd66cf |
| RGB | rgb(253, 102, 207) |
| HSL | hsl(318, 97%, 70%) |
| CMYK | cmyk(0%, 60%, 18%, 1%) |
| LAB | lab(65.7 68.5 -25.7) |
| LCH | lch(65.7 73.1 339.5) |
| OKLCH | oklch(0.732 0.215 341.3) |
Copy-ready code
/* CSS */
color: #fd66cf;
background-color: #fd66cf;
/* Tailwind (arbitrary) */
class="text-[#fd66cf] bg-[#fd66cf]"
/* SCSS */
$brand: #fd66cf;
/* SwiftUI */
Color(red: 0.992, green: 0.400, blue: 0.812)
/* Android */
Color.parseColor("#fd66cf")Accessibility — WCAG contrast
Aa
#fd66cf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd66cf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fd66cf text on a black background
contrast 7.98:1
Card sample
#fd66cf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd66cf;
Background color
Panel with #fd66cf background
background-color: #fd66cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd66cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 102, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 102, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd66cf; background: linear-gradient(135deg, #fd66cf, #FD666A);