#fdfcf0
a pale, electric yellow · cool · “ivory”
RGB
253, 252, 240
HSL
55°, 77%, 97%
CMYK
0, 0, 5, 1
Luminance
0.9679
Every format
| HEX | #fdfcf0 |
| RGB | rgb(253, 252, 240) |
| HSL | hsl(55, 77%, 97%) |
| CMYK | cmyk(0%, 0%, 5%, 1%) |
| LAB | lab(98.8 -1.7 5.9) |
| LCH | lch(98.8 6.1 106.4) |
| OKLCH | oklch(0.989 0.016 102.8) |
Copy-ready code
/* CSS */
color: #fdfcf0;
background-color: #fdfcf0;
/* Tailwind (arbitrary) */
class="text-[#fdfcf0] bg-[#fdfcf0]"
/* SCSS */
$brand: #fdfcf0;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#fdfcf0")Accessibility — WCAG contrast
Aa
#fdfcf0 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfcf0 on black: 20.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow5.1%
Key (black)0.8%
Color previews
#fdfcf0 text on a black background
contrast 20.36:1
Card sample
#fdfcf0 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfcf0;
Background color
Panel with #fdfcf0 background
background-color: #fdfcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfcf0; background: linear-gradient(135deg, #fdfcf0, #F5FDF0);