#feecad
a light, electric yellow · cool · closest name: khaki
RGB
254, 236, 173
HSL
47°, 98%, 84%
CMYK
0, 7, 32, 0
Luminance
0.8408
Every format
| HEX | #feecad |
| RGB | rgb(254, 236, 173) |
| HSL | hsl(47, 98%, 84%) |
| CMYK | cmyk(0%, 7%, 32%, 0%) |
| LAB | lab(93.5 -3.0 32.8) |
| LCH | lch(93.5 33.0 95.2) |
| OKLCH | oklch(0.943 0.082 94.1) |
Copy-ready code
/* CSS */
color: #feecad;
background-color: #feecad;
/* Tailwind (arbitrary) */
class="text-[#feecad] bg-[#feecad]"
/* SCSS */
$brand: #feecad;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#feecad")Accessibility — WCAG contrast
Aa
#feecad on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecad on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow31.9%
Key (black)0.4%
Color previews
#feecad text on a black background
contrast 17.82:1
Card sample
#feecad text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecad;
Background color
Panel with #feecad background
background-color: #feecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecad; background: linear-gradient(135deg, #feecad, #DAFEAD);