#fbdf9c
a light, electric yellow · warm · closest name: khaki
RGB
251, 223, 156
HSL
42°, 92%, 80%
CMYK
0, 11, 38, 2
Luminance
0.7568
Every format
| HEX | #fbdf9c |
| RGB | rgb(251, 223, 156) |
| HSL | hsl(42, 92%, 80%) |
| CMYK | cmyk(0%, 11%, 38%, 2%) |
| LAB | lab(89.7 0.5 36.4) |
| LCH | lch(89.7 36.4 89.2) |
| OKLCH | oklch(0.912 0.090 87.8) |
Copy-ready code
/* CSS */
color: #fbdf9c;
background-color: #fbdf9c;
/* Tailwind (arbitrary) */
class="text-[#fbdf9c] bg-[#fbdf9c]"
/* SCSS */
$brand: #fbdf9c;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#fbdf9c")Accessibility — WCAG contrast
Aa
#fbdf9c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf9c on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow37.8%
Key (black)1.6%
Color previews
#fbdf9c text on a black background
contrast 16.14:1
Card sample
#fbdf9c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf9c;
Background color
Panel with #fbdf9c background
background-color: #fbdf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf9c; background: linear-gradient(135deg, #fbdf9c, #D8FB9C);