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