#feecb2
a light, electric yellow · cool · closest name: khaki
RGB
254, 236, 178
HSL
46°, 97%, 85%
CMYK
0, 7, 30, 0
Luminance
0.8428
Every format
| HEX | #feecb2 |
| RGB | rgb(254, 236, 178) |
| HSL | hsl(46, 97%, 85%) |
| CMYK | cmyk(0%, 7%, 30%, 0%) |
| LAB | lab(93.6 -2.4 30.4) |
| LCH | lch(93.6 30.5 94.5) |
| OKLCH | oklch(0.944 0.076 92.9) |
Copy-ready code
/* CSS */
color: #feecb2;
background-color: #feecb2;
/* Tailwind (arbitrary) */
class="text-[#feecb2] bg-[#feecb2]"
/* SCSS */
$brand: #feecb2;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.698)
/* Android */
Color.parseColor("#feecb2")Accessibility — WCAG contrast
Aa
#feecb2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecb2 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow29.9%
Key (black)0.4%
Color previews
#feecb2 text on a black background
contrast 17.86:1
Card sample
#feecb2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecb2;
Background color
Panel with #feecb2 background
background-color: #feecb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecb2; background: linear-gradient(135deg, #feecb2, #DDFEB2);