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