#fdfbcf
a pale, electric yellow · cool · closest name: beige
RGB
253, 251, 207
HSL
57°, 92%, 90%
CMYK
0, 1, 18, 1
Luminance
0.9438
Every format
| HEX | #fdfbcf |
| RGB | rgb(253, 251, 207) |
| HSL | hsl(57, 92%, 90%) |
| CMYK | cmyk(0%, 1%, 18%, 1%) |
| LAB | lab(97.8 -6.3 21.4) |
| LCH | lch(97.8 22.3 106.5) |
| OKLCH | oklch(0.979 0.057 105.3) |
Copy-ready code
/* CSS */
color: #fdfbcf;
background-color: #fdfbcf;
/* Tailwind (arbitrary) */
class="text-[#fdfbcf] bg-[#fdfbcf]"
/* SCSS */
$brand: #fdfbcf;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#fdfbcf")Accessibility — WCAG contrast
Aa
#fdfbcf on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbcf on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fdfbcf text on a black background
contrast 19.88:1
Card sample
#fdfbcf text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbcf;
Background color
Panel with #fdfbcf background
background-color: #fdfbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbcf; background: linear-gradient(135deg, #fdfbcf, #E0FDCF);