#fd718f
a light, electric red · warm · closest name: salmon
RGB
253, 113, 143
HSL
347°, 97%, 72%
CMYK
0, 55, 44, 1
Luminance
0.3468
Every format
| HEX | #fd718f |
| RGB | rgb(253, 113, 143) |
| HSL | hsl(347, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 44%, 1%) |
| LAB | lab(65.5 56.0 10.4) |
| LCH | lch(65.5 57.0 10.5) |
| OKLCH | oklch(0.724 0.172 9.1) |
Copy-ready code
/* CSS */
color: #fd718f;
background-color: #fd718f;
/* Tailwind (arbitrary) */
class="text-[#fd718f] bg-[#fd718f]"
/* SCSS */
$brand: #fd718f;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.561)
/* Android */
Color.parseColor("#fd718f")Accessibility — WCAG contrast
Aa
#fd718f on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd718f on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow43.5%
Key (black)0.8%
Color previews
#fd718f text on a black background
contrast 7.94:1
Card sample
#fd718f text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd718f;
Background color
Panel with #fd718f background
background-color: #fd718f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd718f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd718f; background: linear-gradient(135deg, #fd718f, #FDB071);