#feaf66
a light, electric orange · warm · closest name: peru
RGB
254, 175, 102
HSL
29°, 99%, 70%
CMYK
0, 31, 60, 0
Luminance
0.5269
Every format
| HEX | #feaf66 |
| RGB | rgb(254, 175, 102) |
| HSL | hsl(29, 99%, 70%) |
| CMYK | cmyk(0%, 31%, 60%, 0%) |
| LAB | lab(77.7 21.7 48.5) |
| LCH | lch(77.7 53.2 65.9) |
| OKLCH | oklch(0.816 0.129 62.1) |
Copy-ready code
/* CSS */
color: #feaf66;
background-color: #feaf66;
/* Tailwind (arbitrary) */
class="text-[#feaf66] bg-[#feaf66]"
/* SCSS */
$brand: #feaf66;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.400)
/* Android */
Color.parseColor("#feaf66")Accessibility — WCAG contrast
Aa
#feaf66 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf66 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow59.8%
Key (black)0.4%
Color previews
#feaf66 text on a black background
contrast 11.54:1
Card sample
#feaf66 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf66;
Background color
Panel with #feaf66 background
background-color: #feaf66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf66; background: linear-gradient(135deg, #feaf66, #E8FE66);