#feaf79
a light, electric orange · warm · closest name: peru
RGB
254, 175, 121
HSL
24°, 99%, 74%
CMYK
0, 31, 52, 0
Luminance
0.5311
Every format
| HEX | #feaf79 |
| RGB | rgb(254, 175, 121) |
| HSL | hsl(24, 99%, 74%) |
| CMYK | cmyk(0%, 31%, 52%, 0%) |
| LAB | lab(77.9 23.2 39.2) |
| LCH | lch(77.9 45.5 59.4) |
| OKLCH | oklch(0.819 0.116 54.7) |
Copy-ready code
/* CSS */
color: #feaf79;
background-color: #feaf79;
/* Tailwind (arbitrary) */
class="text-[#feaf79] bg-[#feaf79]"
/* SCSS */
$brand: #feaf79;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.475)
/* Android */
Color.parseColor("#feaf79")Accessibility — WCAG contrast
Aa
#feaf79 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf79 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow52.4%
Key (black)0.4%
Color previews
#feaf79 text on a black background
contrast 11.62:1
Card sample
#feaf79 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf79;
Background color
Panel with #feaf79 background
background-color: #feaf79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf79; background: linear-gradient(135deg, #feaf79, #F4FE79);