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