#fbdf86
a light, electric yellow · cool · closest name: khaki
RGB
251, 223, 134
HSL
46°, 94%, 76%
CMYK
0, 11, 47, 2
Luminance
0.7501
Every format
| HEX | #fbdf86 |
| RGB | rgb(251, 223, 134) |
| HSL | hsl(46, 94%, 76%) |
| CMYK | cmyk(0%, 11%, 47%, 2%) |
| LAB | lab(89.4 -1.7 47.0) |
| LCH | lch(89.4 47.0 92.1) |
| OKLCH | oklch(0.908 0.113 92.5) |
Copy-ready code
/* CSS */
color: #fbdf86;
background-color: #fbdf86;
/* Tailwind (arbitrary) */
class="text-[#fbdf86] bg-[#fbdf86]"
/* SCSS */
$brand: #fbdf86;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.525)
/* Android */
Color.parseColor("#fbdf86")Accessibility — WCAG contrast
Aa
#fbdf86 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf86 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow46.6%
Key (black)1.6%
Color previews
#fbdf86 text on a black background
contrast 16.00:1
Card sample
#fbdf86 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf86;
Background color
Panel with #fbdf86 background
background-color: #fbdf86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf86; background: linear-gradient(135deg, #fbdf86, #C9FB86);