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