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