#feeebd
a pale, electric yellow · cool · closest name: beige
RGB
254, 238, 189
HSL
45°, 97%, 87%
CMYK
0, 6, 26, 0
Luminance
0.8589
Every format
| HEX | #feeebd |
| RGB | rgb(254, 238, 189) |
| HSL | hsl(45, 97%, 87%) |
| CMYK | cmyk(0%, 6%, 26%, 0%) |
| LAB | lab(94.3 -2.0 25.7) |
| LCH | lch(94.3 25.8 94.4) |
| OKLCH | oklch(0.950 0.065 92.1) |
Copy-ready code
/* CSS */
color: #feeebd;
background-color: #feeebd;
/* Tailwind (arbitrary) */
class="text-[#feeebd] bg-[#feeebd]"
/* SCSS */
$brand: #feeebd;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.741)
/* Android */
Color.parseColor("#feeebd")Accessibility — WCAG contrast
Aa
#feeebd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeebd on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow25.6%
Key (black)0.4%
Color previews
#feeebd text on a black background
contrast 18.18:1
Card sample
#feeebd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeebd;
Background color
Panel with #feeebd background
background-color: #feeebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeebd; background: linear-gradient(135deg, #feeebd, #E3FEBD);