#fd737f
a light, electric red · warm · closest name: salmon
RGB
253, 115, 127
HSL
355°, 97%, 72%
CMYK
0, 55, 50, 1
Luminance
0.3468
Every format
| HEX | #fd737f |
| RGB | rgb(253, 115, 127) |
| HSL | hsl(355, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 50%, 1%) |
| LAB | lab(65.5 53.6 19.5) |
| LCH | lch(65.5 57.0 20.0) |
| OKLCH | oklch(0.723 0.169 17.0) |
Copy-ready code
/* CSS */
color: #fd737f;
background-color: #fd737f;
/* Tailwind (arbitrary) */
class="text-[#fd737f] bg-[#fd737f]"
/* SCSS */
$brand: #fd737f;
/* SwiftUI */
Color(red: 0.992, green: 0.451, blue: 0.498)
/* Android */
Color.parseColor("#fd737f")Accessibility — WCAG contrast
Aa
#fd737f on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd737f on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green45.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow49.8%
Key (black)0.8%
Color previews
#fd737f text on a black background
contrast 7.94:1
Card sample
#fd737f text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd737f;
Background color
Panel with #fd737f background
background-color: #fd737f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd737f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 115, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 115, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd737f; background: linear-gradient(135deg, #fd737f, #FDC373);