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