#f08321
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 131, 33
HSL
28°, 87%, 54%
CMYK
0, 45, 86, 6
Luminance
0.3487
Every format
| HEX | #f08321 |
| RGB | rgb(240, 131, 33) |
| HSL | hsl(28, 87%, 54%) |
| CMYK | cmyk(0%, 45%, 86%, 6%) |
| LAB | lab(65.7 35.8 65.4) |
| LCH | lch(65.7 74.5 61.3) |
| OKLCH | oklch(0.717 0.166 55.6) |
Copy-ready code
/* CSS */
color: #f08321;
background-color: #f08321;
/* Tailwind (arbitrary) */
class="text-[#f08321] bg-[#f08321]"
/* SCSS */
$brand: #f08321;
/* SwiftUI */
Color(red: 0.941, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#f08321")Accessibility — WCAG contrast
Aa
#f08321 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08321 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow86.3%
Key (black)5.9%
Color previews
#f08321 text on a black background
contrast 7.97:1
Card sample
#f08321 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08321;
Background color
Panel with #f08321 background
background-color: #f08321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08321; background: linear-gradient(135deg, #f08321, #D3F021);