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