#fffce8
a pale, electric yellow · cool · closest name: ivory
RGB
255, 252, 232
HSL
52°, 100%, 96%
CMYK
0, 1, 9, 0
Luminance
0.9671
Every format
| HEX | #fffce8 |
| RGB | rgb(255, 252, 232) |
| HSL | hsl(52, 100%, 96%) |
| CMYK | cmyk(0%, 1%, 9%, 0%) |
| LAB | lab(98.7 -2.4 9.9) |
| LCH | lch(98.7 10.2 103.3) |
| OKLCH | oklch(0.988 0.026 99.9) |
Copy-ready code
/* CSS */
color: #fffce8;
background-color: #fffce8;
/* Tailwind (arbitrary) */
class="text-[#fffce8] bg-[#fffce8]"
/* SCSS */
$brand: #fffce8;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.910)
/* Android */
Color.parseColor("#fffce8")Accessibility — WCAG contrast
Aa
#fffce8 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffce8 on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow9.0%
Key (black)0.0%
Color previews
#fffce8 text on a black background
contrast 20.34:1
Card sample
#fffce8 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffce8;
Background color
Panel with #fffce8 background
background-color: #fffce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffce8; background: linear-gradient(135deg, #fffce8, #F3FFE8);