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