#fef8cf
a pale, electric yellow · cool · closest name: beige
RGB
254, 248, 207
HSL
52°, 96%, 90%
CMYK
0, 2, 19, 0
Luminance
0.9271
Every format
| HEX | #fef8cf |
| RGB | rgb(254, 248, 207) |
| HSL | hsl(52, 96%, 90%) |
| CMYK | cmyk(0%, 2%, 19%, 0%) |
| LAB | lab(97.1 -4.5 20.4) |
| LCH | lch(97.1 20.9 102.4) |
| OKLCH | oklch(0.974 0.053 100.4) |
Copy-ready code
/* CSS */
color: #fef8cf;
background-color: #fef8cf;
/* Tailwind (arbitrary) */
class="text-[#fef8cf] bg-[#fef8cf]"
/* SCSS */
$brand: #fef8cf;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#fef8cf")Accessibility — WCAG contrast
Aa
#fef8cf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef8cf on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow18.5%
Key (black)0.4%
Color previews
#fef8cf text on a black background
contrast 19.54:1
Card sample
#fef8cf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef8cf;
Background color
Panel with #fef8cf background
background-color: #fef8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef8cf; background: linear-gradient(135deg, #fef8cf, #E5FECF);