#fd866f
a light, electric red · warm · closest name: salmon
RGB
253, 134, 111
HSL
10°, 97%, 71%
CMYK
0, 47, 56, 1
Luminance
0.3908
Every format
| HEX | #fd866f |
| RGB | rgb(253, 134, 111) |
| HSL | hsl(10, 97%, 71%) |
| CMYK | cmyk(0%, 47%, 56%, 1%) |
| LAB | lab(68.8 43.1 32.8) |
| LCH | lch(68.8 54.2 37.3) |
| OKLCH | oklch(0.748 0.149 32.2) |
Copy-ready code
/* CSS */
color: #fd866f;
background-color: #fd866f;
/* Tailwind (arbitrary) */
class="text-[#fd866f] bg-[#fd866f]"
/* SCSS */
$brand: #fd866f;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.435)
/* Android */
Color.parseColor("#fd866f")Accessibility — WCAG contrast
Aa
#fd866f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd866f on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow56.1%
Key (black)0.8%
Color previews
#fd866f text on a black background
contrast 8.82:1
Card sample
#fd866f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd866f;
Background color
Panel with #fd866f background
background-color: #fd866f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd866f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd866f; background: linear-gradient(135deg, #fd866f, #FDE56F);