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