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