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