#fef1cf
a pale, electric yellow · warm · closest name: beige
RGB
254, 241, 207
HSL
43°, 96%, 90%
CMYK
0, 5, 19, 0
Luminance
0.8849
Every format
| HEX | #fef1cf |
| RGB | rgb(254, 241, 207) |
| HSL | hsl(43, 96%, 90%) |
| CMYK | cmyk(0%, 5%, 19%, 0%) |
| LAB | lab(95.4 -1.0 18.0) |
| LCH | lch(95.4 18.0 93.1) |
| OKLCH | oklch(0.960 0.046 89.6) |
Copy-ready code
/* CSS */
color: #fef1cf;
background-color: #fef1cf;
/* Tailwind (arbitrary) */
class="text-[#fef1cf] bg-[#fef1cf]"
/* SCSS */
$brand: #fef1cf;
/* SwiftUI */
Color(red: 0.996, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#fef1cf")Accessibility — WCAG contrast
Aa
#fef1cf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef1cf on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow18.5%
Key (black)0.4%
Color previews
#fef1cf text on a black background
contrast 18.70:1
Card sample
#fef1cf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef1cf;
Background color
Panel with #fef1cf background
background-color: #fef1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef1cf; background: linear-gradient(135deg, #fef1cf, #ECFECF);