#fec4ae
a light, electric orange · warm · closest name: tan
RGB
254, 196, 174
HSL
17°, 98%, 84%
CMYK
0, 23, 32, 0
Luminance
0.6361
Every format
| HEX | #fec4ae |
| RGB | rgb(254, 196, 174) |
| HSL | hsl(17, 98%, 84%) |
| CMYK | cmyk(0%, 23%, 32%, 0%) |
| LAB | lab(83.8 17.7 19.0) |
| LCH | lch(83.8 26.0 47.0) |
| OKLCH | oklch(0.867 0.073 41.7) |
Copy-ready code
/* CSS */
color: #fec4ae;
background-color: #fec4ae;
/* Tailwind (arbitrary) */
class="text-[#fec4ae] bg-[#fec4ae]"
/* SCSS */
$brand: #fec4ae;
/* SwiftUI */
Color(red: 0.996, green: 0.769, blue: 0.682)
/* Android */
Color.parseColor("#fec4ae")Accessibility — WCAG contrast
Aa
#fec4ae on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec4ae on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow31.5%
Key (black)0.4%
Color previews
#fec4ae text on a black background
contrast 13.72:1
Card sample
#fec4ae text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec4ae;
Background color
Panel with #fec4ae background
background-color: #fec4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 196, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 196, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec4ae; background: linear-gradient(135deg, #fec4ae, #FEF9AE);