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