#fffdf3
a pale, electric yellow · cool · closest name: ivory
RGB
255, 253, 243
HSL
50°, 100%, 98%
CMYK
0, 1, 5, 0
Luminance
0.9798
Every format
| HEX | #fffdf3 |
| RGB | rgb(255, 253, 243) |
| HSL | hsl(50, 100%, 98%) |
| CMYK | cmyk(0%, 1%, 5%, 0%) |
| LAB | lab(99.2 -1.1 5.0) |
| LCH | lch(99.2 5.1 101.8) |
| OKLCH | oklch(0.993 0.013 97.4) |
Copy-ready code
/* CSS */
color: #fffdf3;
background-color: #fffdf3;
/* Tailwind (arbitrary) */
class="text-[#fffdf3] bg-[#fffdf3]"
/* SCSS */
$brand: #fffdf3;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.953)
/* Android */
Color.parseColor("#fffdf3")Accessibility — WCAG contrast
Aa
#fffdf3 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdf3 on black: 20.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow4.7%
Key (black)0.0%
Color previews
#fffdf3 text on a black background
contrast 20.60:1
Card sample
#fffdf3 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdf3;
Background color
Panel with #fffdf3 background
background-color: #fffdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdf3; background: linear-gradient(135deg, #fffdf3, #F9FFF3);