#fbf3df
a pale, electric yellow · warm · closest name: beige
RGB
251, 243, 223
HSL
43°, 78%, 93%
CMYK
0, 3, 11, 2
Luminance
0.8994
Every format
| HEX | #fbf3df |
| RGB | rgb(251, 243, 223) |
| HSL | hsl(43, 78%, 93%) |
| CMYK | cmyk(0%, 3%, 11%, 2%) |
| LAB | lab(96.0 -0.6 10.6) |
| LCH | lch(96.0 10.6 93.4) |
| OKLCH | oklch(0.965 0.028 88.7) |
Copy-ready code
/* CSS */
color: #fbf3df;
background-color: #fbf3df;
/* Tailwind (arbitrary) */
class="text-[#fbf3df] bg-[#fbf3df]"
/* SCSS */
$brand: #fbf3df;
/* SwiftUI */
Color(red: 0.984, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#fbf3df")Accessibility — WCAG contrast
Aa
#fbf3df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf3df on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow11.2%
Key (black)1.6%
Color previews
#fbf3df text on a black background
contrast 18.99:1
Card sample
#fbf3df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf3df;
Background color
Panel with #fbf3df background
background-color: #fbf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf3df; background: linear-gradient(135deg, #fbf3df, #F0FBDF);