#f49335
a balanced, electric orange · warm · closest name: chocolate
RGB
244, 147, 53
HSL
30°, 90%, 58%
CMYK
0, 40, 78, 4
Luminance
0.4036
Every format
| HEX | #f49335 |
| RGB | rgb(244, 147, 53) |
| HSL | hsl(30, 90%, 58%) |
| CMYK | cmyk(0%, 40%, 78%, 4%) |
| LAB | lab(69.7 29.7 62.0) |
| LCH | lch(69.7 68.7 64.4) |
| OKLCH | oklch(0.750 0.155 59.9) |
Copy-ready code
/* CSS */
color: #f49335;
background-color: #f49335;
/* Tailwind (arbitrary) */
class="text-[#f49335] bg-[#f49335]"
/* SCSS */
$brand: #f49335;
/* SwiftUI */
Color(red: 0.957, green: 0.576, blue: 0.208)
/* Android */
Color.parseColor("#f49335")Accessibility — WCAG contrast
Aa
#f49335 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49335 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green57.6%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow78.3%
Key (black)4.3%
Color previews
#f49335 text on a black background
contrast 9.07:1
Card sample
#f49335 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49335;
Background color
Panel with #f49335 background
background-color: #f49335;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49335;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 147, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 147, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49335; background: linear-gradient(135deg, #f49335, #D6F435);