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