#fd775f
a light, electric red · warm · closest name: salmon
RGB
253, 119, 95
HSL
9°, 98%, 68%
CMYK
0, 53, 63, 1
Luminance
0.3490
Every format
| HEX | #fd775f |
| RGB | rgb(253, 119, 95) |
| HSL | hsl(9, 98%, 68%) |
| CMYK | cmyk(0%, 53%, 63%, 1%) |
| LAB | lab(65.7 49.3 37.6) |
| LCH | lch(65.7 62.0 37.3) |
| OKLCH | oklch(0.723 0.169 31.8) |
Copy-ready code
/* CSS */
color: #fd775f;
background-color: #fd775f;
/* Tailwind (arbitrary) */
class="text-[#fd775f] bg-[#fd775f]"
/* SCSS */
$brand: #fd775f;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.373)
/* Android */
Color.parseColor("#fd775f")Accessibility — WCAG contrast
Aa
#fd775f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd775f on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow62.5%
Key (black)0.8%
Color previews
#fd775f text on a black background
contrast 7.98:1
Card sample
#fd775f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd775f;
Background color
Panel with #fd775f background
background-color: #fd775f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd775f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd775f; background: linear-gradient(135deg, #fd775f, #FDE05F);