#fefceb
a pale, electric yellow · cool · “ivory”
RGB
254, 252, 235
HSL
54°, 91%, 96%
CMYK
0, 1, 8, 0
Luminance
0.9669
Every format
| HEX | #fefceb |
| RGB | rgb(254, 252, 235) |
| HSL | hsl(54, 91%, 96%) |
| CMYK | cmyk(0%, 1%, 8%, 0%) |
| LAB | lab(98.7 -2.2 8.4) |
| LCH | lch(98.7 8.7 104.8) |
| OKLCH | oklch(0.988 0.022 101.3) |
Copy-ready code
/* CSS */
color: #fefceb;
background-color: #fefceb;
/* Tailwind (arbitrary) */
class="text-[#fefceb] bg-[#fefceb]"
/* SCSS */
$brand: #fefceb;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#fefceb")Accessibility — WCAG contrast
Aa
#fefceb on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefceb on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow7.5%
Key (black)0.4%
Color previews
#fefceb text on a black background
contrast 20.34:1
Card sample
#fefceb text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefceb;
Background color
Panel with #fefceb background
background-color: #fefceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefceb; background: linear-gradient(135deg, #fefceb, #F3FEEB);