#fd64bc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 100, 188
HSL
326°, 98%, 69%
CMYK
0, 61, 26, 1
Luminance
0.3363
Every format
| HEX | #fd64bc |
| RGB | rgb(253, 100, 188) |
| HSL | hsl(326, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 26%, 1%) |
| LAB | lab(64.7 66.8 -16.4) |
| LCH | lch(64.7 68.8 346.2) |
| OKLCH | oklch(0.723 0.206 347.9) |
Copy-ready code
/* CSS */
color: #fd64bc;
background-color: #fd64bc;
/* Tailwind (arbitrary) */
class="text-[#fd64bc] bg-[#fd64bc]"
/* SCSS */
$brand: #fd64bc;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.737)
/* Android */
Color.parseColor("#fd64bc")Accessibility — WCAG contrast
Aa
#fd64bc on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd64bc on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow25.7%
Key (black)0.8%
Color previews
#fd64bc text on a black background
contrast 7.73:1
Card sample
#fd64bc text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd64bc;
Background color
Panel with #fd64bc background
background-color: #fd64bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd64bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd64bc; background: linear-gradient(135deg, #fd64bc, #FD7264);