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