#fd64cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 100, 207
HSL
318°, 98%, 69%
CMYK
0, 61, 18, 1
Luminance
0.3450
Every format
| HEX | #fd64cf |
| RGB | rgb(253, 100, 207) |
| HSL | hsl(318, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 18%, 1%) |
| LAB | lab(65.4 69.3 -26.1) |
| LCH | lch(65.4 74.0 339.3) |
| OKLCH | oklch(0.730 0.218 341.2) |
Copy-ready code
/* CSS */
color: #fd64cf;
background-color: #fd64cf;
/* Tailwind (arbitrary) */
class="text-[#fd64cf] bg-[#fd64cf]"
/* SCSS */
$brand: #fd64cf;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.812)
/* Android */
Color.parseColor("#fd64cf")Accessibility — WCAG contrast
Aa
#fd64cf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd64cf on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow18.2%
Key (black)0.8%
Color previews
#fd64cf text on a black background
contrast 7.90:1
Card sample
#fd64cf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd64cf;
Background color
Panel with #fd64cf background
background-color: #fd64cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd64cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd64cf; background: linear-gradient(135deg, #fd64cf, #FD6469);