#f46331
a balanced, electric orange · warm · closest name: tomato
RGB
244, 99, 49
HSL
15°, 90%, 58%
CMYK
0, 59, 80, 4
Luminance
0.2838
Every format
| HEX | #f46331 |
| RGB | rgb(244, 99, 49) |
| HSL | hsl(15, 90%, 58%) |
| CMYK | cmyk(0%, 59%, 80%, 4%) |
| LAB | lab(60.2 53.2 54.7) |
| LCH | lch(60.2 76.3 45.8) |
| OKLCH | oklch(0.677 0.189 38.4) |
Copy-ready code
/* CSS */
color: #f46331;
background-color: #f46331;
/* Tailwind (arbitrary) */
class="text-[#f46331] bg-[#f46331]"
/* SCSS */
$brand: #f46331;
/* SwiftUI */
Color(red: 0.957, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#f46331")Accessibility — WCAG contrast
Aa
#f46331 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f46331 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green38.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow79.9%
Key (black)4.3%
Color previews
#f46331 text on a black background
contrast 6.68:1
Card sample
#f46331 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46331;
Background color
Panel with #f46331 background
background-color: #f46331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46331; background: linear-gradient(135deg, #f46331, #F4E531);