#feeeab
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 171
HSL
48°, 98%, 83%
CMYK
0, 6, 33, 0
Luminance
0.8516
Every format
| HEX | #feeeab |
| RGB | rgb(254, 238, 171) |
| HSL | hsl(48, 98%, 83%) |
| CMYK | cmyk(0%, 6%, 33%, 0%) |
| LAB | lab(94.0 -4.2 34.5) |
| LCH | lch(94.0 34.7 97.0) |
| OKLCH | oklch(0.946 0.086 96.3) |
Copy-ready code
/* CSS */
color: #feeeab;
background-color: #feeeab;
/* Tailwind (arbitrary) */
class="text-[#feeeab] bg-[#feeeab]"
/* SCSS */
$brand: #feeeab;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#feeeab")Accessibility — WCAG contrast
Aa
#feeeab on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeeab on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow32.7%
Key (black)0.4%
Color previews
#feeeab text on a black background
contrast 18.03:1
Card sample
#feeeab text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeeab;
Background color
Panel with #feeeab background
background-color: #feeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeeab; background: linear-gradient(135deg, #feeeab, #D7FEAB);