#fd775a
a light, electric red · warm · closest name: coral
RGB
253, 119, 90
HSL
11°, 98%, 67%
CMYK
0, 53, 64, 1
Luminance
0.3481
Every format
| HEX | #fd775a |
| RGB | rgb(253, 119, 90) |
| HSL | hsl(11, 98%, 67%) |
| CMYK | cmyk(0%, 53%, 64%, 1%) |
| LAB | lab(65.6 49.0 40.2) |
| LCH | lch(65.6 63.4 39.4) |
| OKLCH | oklch(0.722 0.170 33.6) |
Copy-ready code
/* CSS */
color: #fd775a;
background-color: #fd775a;
/* Tailwind (arbitrary) */
class="text-[#fd775a] bg-[#fd775a]"
/* SCSS */
$brand: #fd775a;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.353)
/* Android */
Color.parseColor("#fd775a")Accessibility — WCAG contrast
Aa
#fd775a on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd775a on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow64.4%
Key (black)0.8%
Color previews
#fd775a text on a black background
contrast 7.96:1
Card sample
#fd775a text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd775a;
Background color
Panel with #fd775a background
background-color: #fd775a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd775a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd775a; background: linear-gradient(135deg, #fd775a, #FDE45A);