#fbf6df
a pale, electric yellow · cool · “beige”
RGB
251, 246, 223
HSL
49°, 78%, 93%
CMYK
0, 2, 11, 2
Luminance
0.9175
Every format
| HEX | #fbf6df |
| RGB | rgb(251, 246, 223) |
| HSL | hsl(49, 78%, 93%) |
| CMYK | cmyk(0%, 2%, 11%, 2%) |
| LAB | lab(96.7 -2.1 11.7) |
| LCH | lch(96.7 11.8 100.4) |
| OKLCH | oklch(0.971 0.031 96.9) |
Copy-ready code
/* CSS */
color: #fbf6df;
background-color: #fbf6df;
/* Tailwind (arbitrary) */
class="text-[#fbf6df] bg-[#fbf6df]"
/* SCSS */
$brand: #fbf6df;
/* SwiftUI */
Color(red: 0.984, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#fbf6df")Accessibility — WCAG contrast
Aa
#fbf6df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf6df on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow11.2%
Key (black)1.6%
Color previews
#fbf6df text on a black background
contrast 19.35:1
Card sample
#fbf6df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf6df;
Background color
Panel with #fbf6df background
background-color: #fbf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf6df; background: linear-gradient(135deg, #fbf6df, #EDFBDF);