#fd648f
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 100, 143
HSL
343°, 98%, 69%
CMYK
0, 61, 44, 1
Luminance
0.3198
Every format
| HEX | #fd648f |
| RGB | rgb(253, 100, 143) |
| HSL | hsl(343, 98%, 69%) |
| CMYK | cmyk(0%, 61%, 44%, 1%) |
| LAB | lab(63.3 61.8 7.3) |
| LCH | lch(63.3 62.2 6.8) |
| OKLCH | oklch(0.708 0.189 5.9) |
Copy-ready code
/* CSS */
color: #fd648f;
background-color: #fd648f;
/* Tailwind (arbitrary) */
class="text-[#fd648f] bg-[#fd648f]"
/* SCSS */
$brand: #fd648f;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.561)
/* Android */
Color.parseColor("#fd648f")Accessibility — WCAG contrast
Aa
#fd648f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd648f on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow43.5%
Key (black)0.8%
Color previews
#fd648f text on a black background
contrast 7.40:1
Card sample
#fd648f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd648f;
Background color
Panel with #fd648f background
background-color: #fd648f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd648f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd648f; background: linear-gradient(135deg, #fd648f, #FD9F64);