#ff8b33
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 139, 51
HSL
26°, 100%, 60%
CMYK
0, 46, 80, 0
Luminance
0.3996
Every format
| HEX | #ff8b33 |
| RGB | rgb(255, 139, 51) |
| HSL | hsl(26, 100%, 60%) |
| CMYK | cmyk(0%, 46%, 80%, 0%) |
| LAB | lab(69.5 38.2 63.0) |
| LCH | lch(69.5 73.7 58.8) |
| OKLCH | oklch(0.751 0.170 53.0) |
Copy-ready code
/* CSS */
color: #ff8b33;
background-color: #ff8b33;
/* Tailwind (arbitrary) */
class="text-[#ff8b33] bg-[#ff8b33]"
/* SCSS */
$brand: #ff8b33;
/* SwiftUI */
Color(red: 1.000, green: 0.545, blue: 0.200)
/* Android */
Color.parseColor("#ff8b33")Accessibility — WCAG contrast
Aa
#ff8b33 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8b33 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.5%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow80.0%
Key (black)0.0%
Color previews
#ff8b33 text on a black background
contrast 8.99:1
Card sample
#ff8b33 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8b33;
Background color
Panel with #ff8b33 background
background-color: #ff8b33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8b33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 139, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 139, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8b33; background: linear-gradient(135deg, #ff8b33, #EBFF33);