#f4841f
a balanced, electric orange · warm · closest name: chocolate
RGB
244, 132, 31
HSL
29°, 91%, 54%
CMYK
0, 46, 87, 4
Luminance
0.3583
Every format
| HEX | #f4841f |
| RGB | rgb(244, 132, 31) |
| HSL | hsl(29, 91%, 54%) |
| CMYK | cmyk(0%, 46%, 87%, 4%) |
| LAB | lab(66.4 36.9 66.8) |
| LCH | lch(66.4 76.3 61.1) |
| OKLCH | oklch(0.724 0.170 55.3) |
Copy-ready code
/* CSS */
color: #f4841f;
background-color: #f4841f;
/* Tailwind (arbitrary) */
class="text-[#f4841f] bg-[#f4841f]"
/* SCSS */
$brand: #f4841f;
/* SwiftUI */
Color(red: 0.957, green: 0.518, blue: 0.122)
/* Android */
Color.parseColor("#f4841f")Accessibility — WCAG contrast
Aa
#f4841f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4841f on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow87.3%
Key (black)4.3%
Color previews
#f4841f text on a black background
contrast 8.17:1
Card sample
#f4841f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4841f;
Background color
Panel with #f4841f background
background-color: #f4841f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4841f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 132, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 132, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4841f; background: linear-gradient(135deg, #f4841f, #D6F41F);