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