#fcffeb
a pale, electric yellow · cool · closest name: ivory
RGB
252, 255, 235
HSL
69°, 100%, 96%
CMYK
1, 0, 8, 0
Luminance
0.9821
Every format
| HEX | #fcffeb |
| RGB | rgb(252, 255, 235) |
| HSL | hsl(69, 100%, 96%) |
| CMYK | cmyk(1%, 0%, 8%, 0%) |
| LAB | lab(99.3 -4.4 9.2) |
| LCH | lch(99.3 10.2 115.5) |
| OKLCH | oklch(0.992 0.026 113.8) |
Copy-ready code
/* CSS */
color: #fcffeb;
background-color: #fcffeb;
/* Tailwind (arbitrary) */
class="text-[#fcffeb] bg-[#fcffeb]"
/* SCSS */
$brand: #fcffeb;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#fcffeb")Accessibility — WCAG contrast
Aa
#fcffeb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffeb on black: 20.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue92.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#fcffeb text on a black background
contrast 20.64:1
Card sample
#fcffeb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffeb;
Background color
Panel with #fcffeb background
background-color: #fcffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffeb; background: linear-gradient(135deg, #fcffeb, #EFFFEB);