#feefd0
a pale, electric yellow · warm · closest name: beige
RGB
254, 239, 208
HSL
40°, 96%, 91%
CMYK
0, 6, 18, 0
Luminance
0.8736
Every format
| HEX | #feefd0 |
| RGB | rgb(254, 239, 208) |
| HSL | hsl(40, 96%, 91%) |
| CMYK | cmyk(0%, 6%, 18%, 0%) |
| LAB | lab(94.9 0.2 16.8) |
| LCH | lch(94.9 16.8 89.4) |
| OKLCH | oklch(0.956 0.044 85.2) |
Copy-ready code
/* CSS */
color: #feefd0;
background-color: #feefd0;
/* Tailwind (arbitrary) */
class="text-[#feefd0] bg-[#feefd0]"
/* SCSS */
$brand: #feefd0;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.816)
/* Android */
Color.parseColor("#feefd0")Accessibility — WCAG contrast
Aa
#feefd0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feefd0 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow18.1%
Key (black)0.4%
Color previews
#feefd0 text on a black background
contrast 18.47:1
Card sample
#feefd0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feefd0;
Background color
Panel with #feefd0 background
background-color: #feefd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feefd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feefd0; background: linear-gradient(135deg, #feefd0, #EEFED0);