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