#f48b13
a balanced, electric orange · warm · closest name: orange
RGB
244, 139, 19
HSL
32°, 91%, 52%
CMYK
0, 43, 92, 4
Luminance
0.3775
Every format
| HEX | #f48b13 |
| RGB | rgb(244, 139, 19) |
| HSL | hsl(32, 91%, 52%) |
| CMYK | cmyk(0%, 43%, 92%, 4%) |
| LAB | lab(67.8 33.1 70.9) |
| LCH | lch(67.8 78.2 65.0) |
| OKLCH | oklch(0.735 0.169 59.9) |
Copy-ready code
/* CSS */
color: #f48b13;
background-color: #f48b13;
/* Tailwind (arbitrary) */
class="text-[#f48b13] bg-[#f48b13]"
/* SCSS */
$brand: #f48b13;
/* SwiftUI */
Color(red: 0.957, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#f48b13")Accessibility — WCAG contrast
Aa
#f48b13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48b13 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow92.2%
Key (black)4.3%
Color previews
#f48b13 text on a black background
contrast 8.55:1
Card sample
#f48b13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48b13;
Background color
Panel with #f48b13 background
background-color: #f48b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48b13; background: linear-gradient(135deg, #f48b13, #C7F413);