#fffcf2
a pale, electric yellow · cool · closest name: ivory
RGB
255, 252, 242
HSL
46°, 100%, 98%
CMYK
0, 1, 5, 0
Luminance
0.9729
Every format
| HEX | #fffcf2 |
| RGB | rgb(255, 252, 242) |
| HSL | hsl(46, 100%, 98%) |
| CMYK | cmyk(0%, 1%, 5%, 0%) |
| LAB | lab(98.9 -0.7 5.1) |
| LCH | lch(98.9 5.2 97.9) |
| OKLCH | oklch(0.991 0.013 93.0) |
Copy-ready code
/* CSS */
color: #fffcf2;
background-color: #fffcf2;
/* Tailwind (arbitrary) */
class="text-[#fffcf2] bg-[#fffcf2]"
/* SCSS */
$brand: #fffcf2;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#fffcf2")Accessibility — WCAG contrast
Aa
#fffcf2 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcf2 on black: 20.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow5.1%
Key (black)0.0%
Color previews
#fffcf2 text on a black background
contrast 20.46:1
Card sample
#fffcf2 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcf2;
Background color
Panel with #fffcf2 background
background-color: #fffcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcf2; background: linear-gradient(135deg, #fffcf2, #F9FFF2);