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