#fdfbf7
a pale, vivid yellow · warm · closest name: white
RGB
253, 251, 247
HSL
40°, 60%, 98%
CMYK
0, 1, 2, 1
Luminance
0.9659
Every format
| HEX | #fdfbf7 |
| RGB | rgb(253, 251, 247) |
| HSL | hsl(40, 60%, 98%) |
| CMYK | cmyk(0%, 1%, 2%, 1%) |
| LAB | lab(98.7 -0.0 2.1) |
| LCH | lch(98.7 2.1 90.8) |
| OKLCH | oklch(0.989 0.006 84.6) |
Copy-ready code
/* CSS */
color: #fdfbf7;
background-color: #fdfbf7;
/* Tailwind (arbitrary) */
class="text-[#fdfbf7] bg-[#fdfbf7]"
/* SCSS */
$brand: #fdfbf7;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.969)
/* Android */
Color.parseColor("#fdfbf7")Accessibility — WCAG contrast
Aa
#fdfbf7 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbf7 on black: 20.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow2.4%
Key (black)0.8%
Color previews
#fdfbf7 text on a black background
contrast 20.32:1
Card sample
#fdfbf7 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbf7;
Background color
Panel with #fdfbf7 background
background-color: #fdfbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbf7; background: linear-gradient(135deg, #fdfbf7, #FBFDF7);