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