#feebab
a light, electric yellow · cool · closest name: khaki
RGB
254, 235, 171
HSL
46°, 98%, 83%
CMYK
0, 8, 33, 0
Luminance
0.8343
Every format
| HEX | #feebab |
| RGB | rgb(254, 235, 171) |
| HSL | hsl(46, 98%, 83%) |
| CMYK | cmyk(0%, 8%, 33%, 0%) |
| LAB | lab(93.2 -2.7 33.5) |
| LCH | lch(93.2 33.6 94.6) |
| OKLCH | oklch(0.941 0.084 93.5) |
Copy-ready code
/* CSS */
color: #feebab;
background-color: #feebab;
/* Tailwind (arbitrary) */
class="text-[#feebab] bg-[#feebab]"
/* SCSS */
$brand: #feebab;
/* SwiftUI */
Color(red: 0.996, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#feebab")Accessibility — WCAG contrast
Aa
#feebab on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feebab on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow32.7%
Key (black)0.4%
Color previews
#feebab text on a black background
contrast 17.69:1
Card sample
#feebab text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feebab;
Background color
Panel with #feebab background
background-color: #feebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feebab; background: linear-gradient(135deg, #feebab, #DAFEAB);