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