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