#fd786f
a light, electric red · warm · closest name: salmon
RGB
253, 120, 111
HSL
4°, 97%, 71%
CMYK
0, 53, 56, 1
Luminance
0.3546
Every format
| HEX | #fd786f |
| RGB | rgb(253, 120, 111) |
| HSL | hsl(4, 97%, 71%) |
| CMYK | cmyk(0%, 53%, 56%, 1%) |
| LAB | lab(66.1 50.0 29.3) |
| LCH | lch(66.1 57.9 30.4) |
| OKLCH | oklch(0.727 0.164 25.9) |
Copy-ready code
/* CSS */
color: #fd786f;
background-color: #fd786f;
/* Tailwind (arbitrary) */
class="text-[#fd786f] bg-[#fd786f]"
/* SCSS */
$brand: #fd786f;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.435)
/* Android */
Color.parseColor("#fd786f")Accessibility — WCAG contrast
Aa
#fd786f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd786f on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow56.1%
Key (black)0.8%
Color previews
#fd786f text on a black background
contrast 8.09:1
Card sample
#fd786f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd786f;
Background color
Panel with #fd786f background
background-color: #fd786f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd786f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd786f; background: linear-gradient(135deg, #fd786f, #FDD76F);