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