#fbdf6d
a light, electric yellow · cool · closest name: khaki
RGB
251, 223, 109
HSL
48°, 95%, 71%
CMYK
0, 11, 57, 2
Luminance
0.7439
Every format
| HEX | #fbdf6d |
| RGB | rgb(251, 223, 109) |
| HSL | hsl(48, 95%, 71%) |
| CMYK | cmyk(0%, 11%, 57%, 2%) |
| LAB | lab(89.1 -3.8 58.4) |
| LCH | lch(89.1 58.6 93.7) |
| OKLCH | oklch(0.905 0.137 95.7) |
Copy-ready code
/* CSS */
color: #fbdf6d;
background-color: #fbdf6d;
/* Tailwind (arbitrary) */
class="text-[#fbdf6d] bg-[#fbdf6d]"
/* SCSS */
$brand: #fbdf6d;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.427)
/* Android */
Color.parseColor("#fbdf6d")Accessibility — WCAG contrast
Aa
#fbdf6d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf6d on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow56.6%
Key (black)1.6%
Color previews
#fbdf6d text on a black background
contrast 15.88:1
Card sample
#fbdf6d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf6d;
Background color
Panel with #fbdf6d background
background-color: #fbdf6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf6d; background: linear-gradient(135deg, #fbdf6d, #B8FB6D);