#ff774b
a balanced, electric red · warm · closest name: coral
RGB
255, 119, 75
HSL
15°, 100%, 65%
CMYK
0, 53, 71, 0
Luminance
0.3496
Every format
| HEX | #ff774b |
| RGB | rgb(255, 119, 75) |
| HSL | hsl(15, 100%, 65%) |
| CMYK | cmyk(0%, 53%, 71%, 0%) |
| LAB | lab(65.7 49.0 48.3) |
| LCH | lch(65.7 68.8 44.6) |
| OKLCH | oklch(0.723 0.176 38.3) |
Copy-ready code
/* CSS */
color: #ff774b;
background-color: #ff774b;
/* Tailwind (arbitrary) */
class="text-[#ff774b] bg-[#ff774b]"
/* SCSS */
$brand: #ff774b;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.294)
/* Android */
Color.parseColor("#ff774b")Accessibility — WCAG contrast
Aa
#ff774b on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff774b on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow70.6%
Key (black)0.0%
Color previews
#ff774b text on a black background
contrast 7.99:1
Card sample
#ff774b text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff774b;
Background color
Panel with #ff774b background
background-color: #ff774b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff774b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff774b; background: linear-gradient(135deg, #ff774b, #FFEF4B);