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