#ff7a4e
a light, electric red · warm · closest name: coral
RGB
255, 122, 78
HSL
15°, 100%, 65%
CMYK
0, 52, 69, 0
Luminance
0.3573
Every format
| HEX | #ff7a4e |
| RGB | rgb(255, 122, 78) |
| HSL | hsl(15, 100%, 65%) |
| CMYK | cmyk(0%, 52%, 69%, 0%) |
| LAB | lab(66.3 47.7 47.4) |
| LCH | lch(66.3 67.2 44.8) |
| OKLCH | oklch(0.728 0.173 38.7) |
Copy-ready code
/* CSS */
color: #ff7a4e;
background-color: #ff7a4e;
/* Tailwind (arbitrary) */
class="text-[#ff7a4e] bg-[#ff7a4e]"
/* SCSS */
$brand: #ff7a4e;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.306)
/* Android */
Color.parseColor("#ff7a4e")Accessibility — WCAG contrast
Aa
#ff7a4e on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7a4e on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow69.4%
Key (black)0.0%
Color previews
#ff7a4e text on a black background
contrast 8.15:1
Card sample
#ff7a4e text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7a4e;
Background color
Panel with #ff7a4e background
background-color: #ff7a4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7a4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7a4e; background: linear-gradient(135deg, #ff7a4e, #FFF04E);