#fbf7da
a pale, electric yellow · cool · closest name: beige
RGB
251, 247, 218
HSL
53°, 81%, 92%
CMYK
0, 2, 13, 2
Luminance
0.9209
Every format
| HEX | #fbf7da |
| RGB | rgb(251, 247, 218) |
| HSL | hsl(53, 81%, 92%) |
| CMYK | cmyk(0%, 2%, 13%, 2%) |
| LAB | lab(96.9 -3.4 14.4) |
| LCH | lch(96.9 14.8 103.3) |
| OKLCH | oklch(0.972 0.038 100.6) |
Copy-ready code
/* CSS */
color: #fbf7da;
background-color: #fbf7da;
/* Tailwind (arbitrary) */
class="text-[#fbf7da] bg-[#fbf7da]"
/* SCSS */
$brand: #fbf7da;
/* SwiftUI */
Color(red: 0.984, green: 0.969, blue: 0.855)
/* Android */
Color.parseColor("#fbf7da")Accessibility — WCAG contrast
Aa
#fbf7da on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf7da on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow13.1%
Key (black)1.6%
Color previews
#fbf7da text on a black background
contrast 19.42:1
Card sample
#fbf7da text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf7da;
Background color
Panel with #fbf7da background
background-color: #fbf7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 247, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 247, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf7da; background: linear-gradient(135deg, #fbf7da, #E9FBDA);