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