#fef4cf
a pale, electric yellow · cool · closest name: beige
RGB
254, 244, 207
HSL
47°, 96%, 90%
CMYK
0, 4, 19, 0
Luminance
0.9028
Every format
| HEX | #fef4cf |
| RGB | rgb(254, 244, 207) |
| HSL | hsl(47, 96%, 90%) |
| CMYK | cmyk(0%, 4%, 19%, 0%) |
| LAB | lab(96.1 -2.5 19.1) |
| LCH | lch(96.1 19.2 97.4) |
| OKLCH | oklch(0.966 0.049 94.6) |
Copy-ready code
/* CSS */
color: #fef4cf;
background-color: #fef4cf;
/* Tailwind (arbitrary) */
class="text-[#fef4cf] bg-[#fef4cf]"
/* SCSS */
$brand: #fef4cf;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#fef4cf")Accessibility — WCAG contrast
Aa
#fef4cf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef4cf on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow18.5%
Key (black)0.4%
Color previews
#fef4cf text on a black background
contrast 19.06:1
Card sample
#fef4cf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef4cf;
Background color
Panel with #fef4cf background
background-color: #fef4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef4cf; background: linear-gradient(135deg, #fef4cf, #E9FECF);