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