#fffdf8
a pale, electric yellow · warm · closest name: white
RGB
255, 253, 248
HSL
43°, 100%, 99%
CMYK
0, 1, 3, 0
Luminance
0.9829
Every format
| HEX | #fffdf8 |
| RGB | rgb(255, 253, 248) |
| HSL | hsl(43, 100%, 99%) |
| CMYK | cmyk(0%, 1%, 3%, 0%) |
| LAB | lab(99.3 -0.2 2.6) |
| LCH | lch(99.3 2.6 94.4) |
| OKLCH | oklch(0.994 0.007 88.6) |
Copy-ready code
/* CSS */
color: #fffdf8;
background-color: #fffdf8;
/* Tailwind (arbitrary) */
class="text-[#fffdf8] bg-[#fffdf8]"
/* SCSS */
$brand: #fffdf8;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.973)
/* Android */
Color.parseColor("#fffdf8")Accessibility — WCAG contrast
Aa
#fffdf8 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdf8 on black: 20.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow2.7%
Key (black)0.0%
Color previews
#fffdf8 text on a black background
contrast 20.66:1
Card sample
#fffdf8 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdf8;
Background color
Panel with #fffdf8 background
background-color: #fffdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdf8; background: linear-gradient(135deg, #fffdf8, #FCFFF8);