#f29f4b
a balanced, electric orange · warm · closest name: peru
RGB
242, 159, 75
HSL
30°, 87%, 62%
CMYK
0, 34, 69, 5
Luminance
0.4418
Every format
| HEX | #f29f4b |
| RGB | rgb(242, 159, 75) |
| HSL | hsl(30, 87%, 62%) |
| CMYK | cmyk(0%, 34%, 69%, 5%) |
| LAB | lab(72.3 23.6 55.0) |
| LCH | lch(72.3 59.9 66.8) |
| OKLCH | oklch(0.770 0.139 63.2) |
Copy-ready code
/* CSS */
color: #f29f4b;
background-color: #f29f4b;
/* Tailwind (arbitrary) */
class="text-[#f29f4b] bg-[#f29f4b]"
/* SCSS */
$brand: #f29f4b;
/* SwiftUI */
Color(red: 0.949, green: 0.624, blue: 0.294)
/* Android */
Color.parseColor("#f29f4b")Accessibility — WCAG contrast
Aa
#f29f4b on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29f4b on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow69.0%
Key (black)5.1%
Color previews
#f29f4b text on a black background
contrast 9.84:1
Card sample
#f29f4b text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29f4b;
Background color
Panel with #f29f4b background
background-color: #f29f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 159, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 159, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29f4b; background: linear-gradient(135deg, #f29f4b, #D6F24B);