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