#fdfbf4
a pale, vivid yellow · cool · closest name: white
RGB
253, 251, 244
HSL
47°, 69%, 98%
CMYK
0, 1, 4, 1
Luminance
0.9641
Every format
| HEX | #fdfbf4 |
| RGB | rgb(253, 251, 244) |
| HSL | hsl(47, 69%, 98%) |
| CMYK | cmyk(0%, 1%, 4%, 1%) |
| LAB | lab(98.6 -0.5 3.6) |
| LCH | lch(98.6 3.6 98.6) |
| OKLCH | oklch(0.988 0.009 93.6) |
Copy-ready code
/* CSS */
color: #fdfbf4;
background-color: #fdfbf4;
/* Tailwind (arbitrary) */
class="text-[#fdfbf4] bg-[#fdfbf4]"
/* SCSS */
$brand: #fdfbf4;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.957)
/* Android */
Color.parseColor("#fdfbf4")Accessibility — WCAG contrast
Aa
#fdfbf4 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbf4 on black: 20.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow3.6%
Key (black)0.8%
Color previews
#fdfbf4 text on a black background
contrast 20.28:1
Card sample
#fdfbf4 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbf4;
Background color
Panel with #fdfbf4 background
background-color: #fdfbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbf4; background: linear-gradient(135deg, #fdfbf4, #F9FDF4);