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