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