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