#feaf74
a light, electric orange · warm · closest name: peru
RGB
254, 175, 116
HSL
26°, 99%, 73%
CMYK
0, 31, 54, 0
Luminance
0.5299
Every format
| HEX | #feaf74 |
| RGB | rgb(254, 175, 116) |
| HSL | hsl(26, 99%, 73%) |
| CMYK | cmyk(0%, 31%, 54%, 0%) |
| LAB | lab(77.9 22.8 41.7) |
| LCH | lch(77.9 47.5 61.4) |
| OKLCH | oklch(0.818 0.119 56.9) |
Copy-ready code
/* CSS */
color: #feaf74;
background-color: #feaf74;
/* Tailwind (arbitrary) */
class="text-[#feaf74] bg-[#feaf74]"
/* SCSS */
$brand: #feaf74;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.455)
/* Android */
Color.parseColor("#feaf74")Accessibility — WCAG contrast
Aa
#feaf74 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf74 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow54.3%
Key (black)0.4%
Color previews
#feaf74 text on a black background
contrast 11.60:1
Card sample
#feaf74 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf74;
Background color
Panel with #feaf74 background
background-color: #feaf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf74; background: linear-gradient(135deg, #feaf74, #F1FE74);