#feeeb2
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 178
HSL
47°, 97%, 85%
CMYK
0, 6, 30, 0
Luminance
0.8543
Every format
| HEX | #feeeb2 |
| RGB | rgb(254, 238, 178) |
| HSL | hsl(47, 97%, 85%) |
| CMYK | cmyk(0%, 6%, 30%, 0%) |
| LAB | lab(94.1 -3.4 31.1) |
| LCH | lch(94.1 31.2 96.2) |
| OKLCH | oklch(0.948 0.078 94.9) |
Copy-ready code
/* CSS */
color: #feeeb2;
background-color: #feeeb2;
/* Tailwind (arbitrary) */
class="text-[#feeeb2] bg-[#feeeb2]"
/* SCSS */
$brand: #feeeb2;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#feeeb2")Accessibility — WCAG contrast
Aa
#feeeb2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeeb2 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow29.9%
Key (black)0.4%
Color previews
#feeeb2 text on a black background
contrast 18.09:1
Card sample
#feeeb2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeeb2;
Background color
Panel with #feeeb2 background
background-color: #feeeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeeb2; background: linear-gradient(135deg, #feeeb2, #DBFEB2);