#f48331
a balanced, electric orange · warm · closest name: chocolate
RGB
244, 131, 49
HSL
25°, 90%, 58%
CMYK
0, 46, 80, 4
Luminance
0.3569
Every format
| HEX | #f48331 |
| RGB | rgb(244, 131, 49) |
| HSL | hsl(25, 90%, 58%) |
| CMYK | cmyk(0%, 46%, 80%, 4%) |
| LAB | lab(66.3 37.8 60.4) |
| LCH | lch(66.3 71.2 57.9) |
| OKLCH | oklch(0.723 0.165 52.0) |
Copy-ready code
/* CSS */
color: #f48331;
background-color: #f48331;
/* Tailwind (arbitrary) */
class="text-[#f48331] bg-[#f48331]"
/* SCSS */
$brand: #f48331;
/* SwiftUI */
Color(red: 0.957, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#f48331")Accessibility — WCAG contrast
Aa
#f48331 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48331 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green51.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow79.9%
Key (black)4.3%
Color previews
#f48331 text on a black background
contrast 8.14:1
Card sample
#f48331 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48331;
Background color
Panel with #f48331 background
background-color: #f48331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48331; background: linear-gradient(135deg, #f48331, #E3F431);