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