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