#feaf5a
a light, electric orange · warm · closest name: peru
RGB
254, 175, 90
HSL
31°, 99%, 68%
CMYK
0, 31, 65, 0
Luminance
0.5247
Every format
| HEX | #feaf5a |
| RGB | rgb(254, 175, 90) |
| HSL | hsl(31, 99%, 68%) |
| CMYK | cmyk(0%, 31%, 65%, 0%) |
| LAB | lab(77.6 20.9 54.2) |
| LCH | lch(77.6 58.1 68.9) |
| OKLCH | oklch(0.814 0.137 65.7) |
Copy-ready code
/* CSS */
color: #feaf5a;
background-color: #feaf5a;
/* Tailwind (arbitrary) */
class="text-[#feaf5a] bg-[#feaf5a]"
/* SCSS */
$brand: #feaf5a;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.353)
/* Android */
Color.parseColor("#feaf5a")Accessibility — WCAG contrast
Aa
#feaf5a on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf5a on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow64.6%
Key (black)0.4%
Color previews
#feaf5a text on a black background
contrast 11.49:1
Card sample
#feaf5a text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf5a;
Background color
Panel with #feaf5a background
background-color: #feaf5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf5a; background: linear-gradient(135deg, #feaf5a, #E0FE5A);