#f29921
a balanced, electric orange · warm · closest name: orange
RGB
242, 153, 33
HSL
34°, 89%, 54%
CMYK
0, 37, 86, 5
Luminance
0.4177
Every format
| HEX | #f29921 |
| RGB | rgb(242, 153, 33) |
| HSL | hsl(34, 89%, 54%) |
| CMYK | cmyk(0%, 37%, 86%, 5%) |
| LAB | lab(70.7 25.2 69.5) |
| LCH | lch(70.7 74.0 70.1) |
| OKLCH | oklch(0.757 0.159 66.9) |
Copy-ready code
/* CSS */
color: #f29921;
background-color: #f29921;
/* Tailwind (arbitrary) */
class="text-[#f29921] bg-[#f29921]"
/* SCSS */
$brand: #f29921;
/* SwiftUI */
Color(red: 0.949, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#f29921")Accessibility — WCAG contrast
Aa
#f29921 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29921 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow86.4%
Key (black)5.1%
Color previews
#f29921 text on a black background
contrast 9.35:1
Card sample
#f29921 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29921;
Background color
Panel with #f29921 background
background-color: #f29921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29921; background: linear-gradient(135deg, #f29921, #C0F221);