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