#f49f3f
a balanced, electric orange · warm · closest name: peru
RGB
244, 159, 63
HSL
32°, 89%, 60%
CMYK
0, 35, 74, 4
Luminance
0.4439
Every format
| HEX | #f49f3f |
| RGB | rgb(244, 159, 63) |
| HSL | hsl(32, 89%, 60%) |
| CMYK | cmyk(0%, 35%, 74%, 4%) |
| LAB | lab(72.5 23.8 60.5) |
| LCH | lch(72.5 65.1 68.5) |
| OKLCH | oklch(0.772 0.147 65.2) |
Copy-ready code
/* CSS */
color: #f49f3f;
background-color: #f49f3f;
/* Tailwind (arbitrary) */
class="text-[#f49f3f] bg-[#f49f3f]"
/* SCSS */
$brand: #f49f3f;
/* SwiftUI */
Color(red: 0.957, green: 0.624, blue: 0.247)
/* Android */
Color.parseColor("#f49f3f")Accessibility — WCAG contrast
Aa
#f49f3f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49f3f on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green62.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow74.2%
Key (black)4.3%
Color previews
#f49f3f text on a black background
contrast 9.88:1
Card sample
#f49f3f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49f3f;
Background color
Panel with #f49f3f background
background-color: #f49f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 159, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 159, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49f3f; background: linear-gradient(135deg, #f49f3f, #D0F43F);