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