#fbf1cf
a pale, electric yellow · cool · closest name: beige
RGB
251, 241, 207
HSL
46°, 85%, 90%
CMYK
0, 4, 18, 2
Luminance
0.8792
Every format
| HEX | #fbf1cf |
| RGB | rgb(251, 241, 207) |
| HSL | hsl(46, 85%, 90%) |
| CMYK | cmyk(0%, 4%, 18%, 2%) |
| LAB | lab(95.1 -2.0 17.6) |
| LCH | lch(95.1 17.8 96.6) |
| OKLCH | oklch(0.957 0.046 93.5) |
Copy-ready code
/* CSS */
color: #fbf1cf;
background-color: #fbf1cf;
/* Tailwind (arbitrary) */
class="text-[#fbf1cf] bg-[#fbf1cf]"
/* SCSS */
$brand: #fbf1cf;
/* SwiftUI */
Color(red: 0.984, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#fbf1cf")Accessibility — WCAG contrast
Aa
#fbf1cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf1cf on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow17.5%
Key (black)1.6%
Color previews
#fbf1cf text on a black background
contrast 18.58:1
Card sample
#fbf1cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf1cf;
Background color
Panel with #fbf1cf background
background-color: #fbf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf1cf; background: linear-gradient(135deg, #fbf1cf, #E8FBCF);