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