#f29e13
a balanced, electric orange · warm · closest name: orange
RGB
242, 158, 19
HSL
37°, 90%, 51%
CMYK
0, 35, 92, 5
Luminance
0.4338
Every format
| HEX | #f29e13 |
| RGB | rgb(242, 158, 19) |
| HSL | hsl(37, 90%, 51%) |
| CMYK | cmyk(0%, 35%, 92%, 5%) |
| LAB | lab(71.8 22.3 73.6) |
| LCH | lch(71.8 76.9 73.1) |
| OKLCH | oklch(0.765 0.162 70.8) |
Copy-ready code
/* CSS */
color: #f29e13;
background-color: #f29e13;
/* Tailwind (arbitrary) */
class="text-[#f29e13] bg-[#f29e13]"
/* SCSS */
$brand: #f29e13;
/* SwiftUI */
Color(red: 0.949, green: 0.620, blue: 0.075)
/* Android */
Color.parseColor("#f29e13")Accessibility — WCAG contrast
Aa
#f29e13 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29e13 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green62.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow92.1%
Key (black)5.1%
Color previews
#f29e13 text on a black background
contrast 9.68:1
Card sample
#f29e13 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29e13;
Background color
Panel with #f29e13 background
background-color: #f29e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 158, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 158, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29e13; background: linear-gradient(135deg, #f29e13, #B1F213);