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