#ff8b47
a balanced, electric orange · warm · closest name: coral
RGB
255, 139, 71
HSL
22°, 100%, 64%
CMYK
0, 46, 72, 0
Luminance
0.4018
Every format
| HEX | #ff8b47 |
| RGB | rgb(255, 139, 71) |
| HSL | hsl(22, 100%, 64%) |
| CMYK | cmyk(0%, 46%, 72%, 0%) |
| LAB | lab(69.6 39.0 54.5) |
| LCH | lch(69.6 67.0 54.4) |
| OKLCH | oklch(0.752 0.162 48.6) |
Copy-ready code
/* CSS */
color: #ff8b47;
background-color: #ff8b47;
/* Tailwind (arbitrary) */
class="text-[#ff8b47] bg-[#ff8b47]"
/* SCSS */
$brand: #ff8b47;
/* SwiftUI */
Color(red: 1.000, green: 0.545, blue: 0.278)
/* Android */
Color.parseColor("#ff8b47")Accessibility — WCAG contrast
Aa
#ff8b47 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8b47 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow72.2%
Key (black)0.0%
Color previews
#ff8b47 text on a black background
contrast 9.04:1
Card sample
#ff8b47 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8b47;
Background color
Panel with #ff8b47 background
background-color: #ff8b47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8b47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 139, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 139, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8b47; background: linear-gradient(135deg, #ff8b47, #F8FF47);