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