#f29021
a balanced, electric orange · warm · closest name: orange
RGB
242, 144, 33
HSL
32°, 89%, 54%
CMYK
0, 41, 86, 5
Luminance
0.3893
Every format
| HEX | #f29021 |
| RGB | rgb(242, 144, 33) |
| HSL | hsl(32, 89%, 54%) |
| CMYK | cmyk(0%, 41%, 86%, 5%) |
| LAB | lab(68.7 29.9 67.9) |
| LCH | lch(68.7 74.2 66.2) |
| OKLCH | oklch(0.741 0.162 61.9) |
Copy-ready code
/* CSS */
color: #f29021;
background-color: #f29021;
/* Tailwind (arbitrary) */
class="text-[#f29021] bg-[#f29021]"
/* SCSS */
$brand: #f29021;
/* SwiftUI */
Color(red: 0.949, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#f29021")Accessibility — WCAG contrast
Aa
#f29021 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29021 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow86.4%
Key (black)5.1%
Color previews
#f29021 text on a black background
contrast 8.79:1
Card sample
#f29021 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29021;
Background color
Panel with #f29021 background
background-color: #f29021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29021; background: linear-gradient(135deg, #f29021, #C8F221);