#fffdf1
a pale, electric yellow · cool · “ivory”
RGB
255, 253, 241
HSL
51°, 100%, 97%
CMYK
0, 1, 6, 0
Luminance
0.9786
Every format
| HEX | #fffdf1 |
| RGB | rgb(255, 253, 241) |
| HSL | hsl(51, 100%, 97%) |
| CMYK | cmyk(0%, 1%, 6%, 0%) |
| LAB | lab(99.2 -1.4 6.0) |
| LCH | lch(99.2 6.1 103.0) |
| OKLCH | oklch(0.992 0.016 99.0) |
Copy-ready code
/* CSS */
color: #fffdf1;
background-color: #fffdf1;
/* Tailwind (arbitrary) */
class="text-[#fffdf1] bg-[#fffdf1]"
/* SCSS */
$brand: #fffdf1;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#fffdf1")Accessibility — WCAG contrast
Aa
#fffdf1 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdf1 on black: 20.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow5.5%
Key (black)0.0%
Color previews
#fffdf1 text on a black background
contrast 20.57:1
Card sample
#fffdf1 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdf1;
Background color
Panel with #fffdf1 background
background-color: #fffdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdf1; background: linear-gradient(135deg, #fffdf1, #F8FFF1);