#feaf77
a light, electric orange · warm · closest name: peru
RGB
254, 175, 119
HSL
25°, 99%, 73%
CMYK
0, 31, 53, 0
Luminance
0.5306
Every format
| HEX | #feaf77 |
| RGB | rgb(254, 175, 119) |
| HSL | hsl(25, 99%, 73%) |
| CMYK | cmyk(0%, 31%, 53%, 0%) |
| LAB | lab(77.9 23.0 40.2) |
| LCH | lch(77.9 46.3 60.2) |
| OKLCH | oklch(0.818 0.117 55.6) |
Copy-ready code
/* CSS */
color: #feaf77;
background-color: #feaf77;
/* Tailwind (arbitrary) */
class="text-[#feaf77] bg-[#feaf77]"
/* SCSS */
$brand: #feaf77;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.467)
/* Android */
Color.parseColor("#feaf77")Accessibility — WCAG contrast
Aa
#feaf77 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf77 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow53.1%
Key (black)0.4%
Color previews
#feaf77 text on a black background
contrast 11.61:1
Card sample
#feaf77 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf77;
Background color
Panel with #feaf77 background
background-color: #feaf77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf77; background: linear-gradient(135deg, #feaf77, #F3FE77);