#ff7b49
a balanced, electric orange · warm · closest name: coral
RGB
255, 123, 73
HSL
17°, 100%, 64%
CMYK
0, 52, 71, 0
Luminance
0.3591
Every format
| HEX | #ff7b49 |
| RGB | rgb(255, 123, 73) |
| HSL | hsl(17, 100%, 64%) |
| CMYK | cmyk(0%, 52%, 71%, 0%) |
| LAB | lab(66.5 47.0 50.1) |
| LCH | lch(66.5 68.7 46.8) |
| OKLCH | oklch(0.729 0.174 40.5) |
Copy-ready code
/* CSS */
color: #ff7b49;
background-color: #ff7b49;
/* Tailwind (arbitrary) */
class="text-[#ff7b49] bg-[#ff7b49]"
/* SCSS */
$brand: #ff7b49;
/* SwiftUI */
Color(red: 1.000, green: 0.482, blue: 0.286)
/* Android */
Color.parseColor("#ff7b49")Accessibility — WCAG contrast
Aa
#ff7b49 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7b49 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow71.4%
Key (black)0.0%
Color previews
#ff7b49 text on a black background
contrast 8.18:1
Card sample
#ff7b49 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7b49;
Background color
Panel with #ff7b49 background
background-color: #ff7b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 123, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 123, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7b49; background: linear-gradient(135deg, #ff7b49, #FFF449);