#feaf7d
a light, electric orange · warm · closest name: peru
RGB
254, 175, 125
HSL
23°, 99%, 74%
CMYK
0, 31, 51, 0
Luminance
0.5321
Every format
| HEX | #feaf7d |
| RGB | rgb(254, 175, 125) |
| HSL | hsl(23, 99%, 74%) |
| CMYK | cmyk(0%, 31%, 51%, 0%) |
| LAB | lab(78.0 23.5 37.2) |
| LCH | lch(78.0 44.0 57.7) |
| OKLCH | oklch(0.819 0.114 52.8) |
Copy-ready code
/* CSS */
color: #feaf7d;
background-color: #feaf7d;
/* Tailwind (arbitrary) */
class="text-[#feaf7d] bg-[#feaf7d]"
/* SCSS */
$brand: #feaf7d;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#feaf7d")Accessibility — WCAG contrast
Aa
#feaf7d on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf7d on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow50.8%
Key (black)0.4%
Color previews
#feaf7d text on a black background
contrast 11.64:1
Card sample
#feaf7d text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf7d;
Background color
Panel with #feaf7d background
background-color: #feaf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf7d; background: linear-gradient(135deg, #feaf7d, #F7FE7D);