#ff802c
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 128, 44
HSL
24°, 100%, 59%
CMYK
0, 50, 83, 0
Luminance
0.3688
Every format
| HEX | #ff802c |
| RGB | rgb(255, 128, 44) |
| HSL | hsl(24, 100%, 59%) |
| CMYK | cmyk(0%, 50%, 83%, 0%) |
| LAB | lab(67.2 43.5 63.7) |
| LCH | lch(67.2 77.1 55.7) |
| OKLCH | oklch(0.733 0.179 49.1) |
Copy-ready code
/* CSS */
color: #ff802c;
background-color: #ff802c;
/* Tailwind (arbitrary) */
class="text-[#ff802c] bg-[#ff802c]"
/* SCSS */
$brand: #ff802c;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.173)
/* Android */
Color.parseColor("#ff802c")Accessibility — WCAG contrast
Aa
#ff802c on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff802c on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow82.7%
Key (black)0.0%
Color previews
#ff802c text on a black background
contrast 8.38:1
Card sample
#ff802c text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff802c;
Background color
Panel with #ff802c background
background-color: #ff802c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff802c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff802c; background: linear-gradient(135deg, #ff802c, #F1FF2C);