#feaf94
a light, electric orange · warm · closest name: tan
RGB
254, 175, 148
HSL
15°, 98%, 79%
CMYK
0, 31, 42, 0
Luminance
0.5387
Every format
| HEX | #feaf94 |
| RGB | rgb(254, 175, 148) |
| HSL | hsl(15, 98%, 79%) |
| CMYK | cmyk(0%, 31%, 42%, 0%) |
| LAB | lab(78.4 25.7 25.5) |
| LCH | lch(78.4 36.2 44.7) |
| OKLCH | oklch(0.823 0.101 39.6) |
Copy-ready code
/* CSS */
color: #feaf94;
background-color: #feaf94;
/* Tailwind (arbitrary) */
class="text-[#feaf94] bg-[#feaf94]"
/* SCSS */
$brand: #feaf94;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.580)
/* Android */
Color.parseColor("#feaf94")Accessibility — WCAG contrast
Aa
#feaf94 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf94 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow41.7%
Key (black)0.4%
Color previews
#feaf94 text on a black background
contrast 11.77:1
Card sample
#feaf94 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf94;
Background color
Panel with #feaf94 background
background-color: #feaf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf94; background: linear-gradient(135deg, #feaf94, #FEF694);