#f49c67
a light, electric orange · warm · closest name: peru
RGB
244, 156, 103
HSL
23°, 87%, 68%
CMYK
0, 36, 58, 4
Luminance
0.4399
Every format
| HEX | #f49c67 |
| RGB | rgb(244, 156, 103) |
| HSL | hsl(23, 87%, 68%) |
| CMYK | cmyk(0%, 36%, 58%, 4%) |
| LAB | lab(72.2 27.7 41.1) |
| LCH | lch(72.2 49.6 56.0) |
| OKLCH | oklch(0.771 0.126 51.0) |
Copy-ready code
/* CSS */
color: #f49c67;
background-color: #f49c67;
/* Tailwind (arbitrary) */
class="text-[#f49c67] bg-[#f49c67]"
/* SCSS */
$brand: #f49c67;
/* SwiftUI */
Color(red: 0.957, green: 0.612, blue: 0.404)
/* Android */
Color.parseColor("#f49c67")Accessibility — WCAG contrast
Aa
#f49c67 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49c67 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.2%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow57.8%
Key (black)4.3%
Color previews
#f49c67 text on a black background
contrast 9.80:1
Card sample
#f49c67 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49c67;
Background color
Panel with #f49c67 background
background-color: #f49c67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49c67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 156, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 156, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49c67; background: linear-gradient(135deg, #f49c67, #EEF467);