#fef4da
a pale, electric yellow · warm · closest name: beige
RGB
254, 244, 218
HSL
43°, 95%, 93%
CMYK
0, 4, 14, 0
Luminance
0.9083
Every format
| HEX | #fef4da |
| RGB | rgb(254, 244, 218) |
| HSL | hsl(43, 95%, 93%) |
| CMYK | cmyk(0%, 4%, 14%, 0%) |
| LAB | lab(96.3 -0.9 13.7) |
| LCH | lch(96.3 13.8 93.6) |
| OKLCH | oklch(0.968 0.036 89.4) |
Copy-ready code
/* CSS */
color: #fef4da;
background-color: #fef4da;
/* Tailwind (arbitrary) */
class="text-[#fef4da] bg-[#fef4da]"
/* SCSS */
$brand: #fef4da;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#fef4da")Accessibility — WCAG contrast
Aa
#fef4da on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef4da on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow14.2%
Key (black)0.4%
Color previews
#fef4da text on a black background
contrast 19.17:1
Card sample
#fef4da text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef4da;
Background color
Panel with #fef4da background
background-color: #fef4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef4da; background: linear-gradient(135deg, #fef4da, #F0FEDA);