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