#ff804c
a balanced, electric orange · warm · “coral”
RGB
255, 128, 76
HSL
17°, 100%, 65%
CMYK
0, 50, 70, 0
Luminance
0.3722
Every format
| HEX | #ff804c |
| RGB | rgb(255, 128, 76) |
| HSL | hsl(17, 100%, 65%) |
| CMYK | cmyk(0%, 50%, 70%, 0%) |
| LAB | lab(67.5 44.7 49.7) |
| LCH | lch(67.5 66.8 48.0) |
| OKLCH | oklch(0.736 0.169 41.9) |
Copy-ready code
/* CSS */
color: #ff804c;
background-color: #ff804c;
/* Tailwind (arbitrary) */
class="text-[#ff804c] bg-[#ff804c]"
/* SCSS */
$brand: #ff804c;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.298)
/* Android */
Color.parseColor("#ff804c")Accessibility — WCAG contrast
Aa
#ff804c on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff804c on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow70.2%
Key (black)0.0%
Color previews
#ff804c text on a black background
contrast 8.44:1
Card sample
#ff804c text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff804c;
Background color
Panel with #ff804c background
background-color: #ff804c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff804c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff804c; background: linear-gradient(135deg, #ff804c, #FFF74C);