#feaf86
a light, electric orange · warm · closest name: tan
RGB
254, 175, 134
HSL
21°, 98%, 76%
CMYK
0, 31, 47, 0
Luminance
0.5345
Every format
| HEX | #feaf86 |
| RGB | rgb(254, 175, 134) |
| HSL | hsl(21, 98%, 76%) |
| CMYK | cmyk(0%, 31%, 47%, 0%) |
| LAB | lab(78.1 24.3 32.6) |
| LCH | lch(78.1 40.7 53.3) |
| OKLCH | oklch(0.821 0.108 48.2) |
Copy-ready code
/* CSS */
color: #feaf86;
background-color: #feaf86;
/* Tailwind (arbitrary) */
class="text-[#feaf86] bg-[#feaf86]"
/* SCSS */
$brand: #feaf86;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.525)
/* Android */
Color.parseColor("#feaf86")Accessibility — WCAG contrast
Aa
#feaf86 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf86 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow47.2%
Key (black)0.4%
Color previews
#feaf86 text on a black background
contrast 11.69:1
Card sample
#feaf86 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf86;
Background color
Panel with #feaf86 background
background-color: #feaf86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf86; background: linear-gradient(135deg, #feaf86, #FDFE86);