#f49d71
a light, electric orange · warm · closest name: peru
RGB
244, 157, 113
HSL
20°, 86%, 70%
CMYK
0, 36, 54, 4
Luminance
0.4454
Every format
| HEX | #f49d71 |
| RGB | rgb(244, 157, 113) |
| HSL | hsl(20, 86%, 70%) |
| CMYK | cmyk(0%, 36%, 54%, 4%) |
| LAB | lab(72.6 28.0 36.4) |
| LCH | lch(72.6 45.9 52.4) |
| OKLCH | oklch(0.774 0.120 47.3) |
Copy-ready code
/* CSS */
color: #f49d71;
background-color: #f49d71;
/* Tailwind (arbitrary) */
class="text-[#f49d71] bg-[#f49d71]"
/* SCSS */
$brand: #f49d71;
/* SwiftUI */
Color(red: 0.957, green: 0.616, blue: 0.443)
/* Android */
Color.parseColor("#f49d71")Accessibility — WCAG contrast
Aa
#f49d71 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49d71 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow53.7%
Key (black)4.3%
Color previews
#f49d71 text on a black background
contrast 9.91:1
Card sample
#f49d71 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49d71;
Background color
Panel with #f49d71 background
background-color: #f49d71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49d71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 157, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 157, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49d71; background: linear-gradient(135deg, #f49d71, #F4F471);