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