#ff8a21
a balanced, electric orange · warm · closest name: chocolate
RGB
255, 138, 33
HSL
28°, 100%, 57%
CMYK
0, 46, 87, 0
Luminance
0.3955
Every format
| HEX | #ff8a21 |
| RGB | rgb(255, 138, 33) |
| HSL | hsl(28, 100%, 57%) |
| CMYK | cmyk(0%, 46%, 87%, 0%) |
| LAB | lab(69.2 38.2 69.0) |
| LCH | lch(69.2 78.9 61.0) |
| OKLCH | oklch(0.748 0.175 55.1) |
Copy-ready code
/* CSS */
color: #ff8a21;
background-color: #ff8a21;
/* Tailwind (arbitrary) */
class="text-[#ff8a21] bg-[#ff8a21]"
/* SCSS */
$brand: #ff8a21;
/* SwiftUI */
Color(red: 1.000, green: 0.541, blue: 0.129)
/* Android */
Color.parseColor("#ff8a21")Accessibility — WCAG contrast
Aa
#ff8a21 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8a21 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow87.1%
Key (black)0.0%
Color previews
#ff8a21 text on a black background
contrast 8.91:1
Card sample
#ff8a21 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8a21;
Background color
Panel with #ff8a21 background
background-color: #ff8a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 138, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 138, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8a21; background: linear-gradient(135deg, #ff8a21, #E0FF21);