#fbdf65
a light, electric yellow · cool · closest name: khaki
RGB
251, 223, 101
HSL
49°, 95%, 69%
CMYK
0, 11, 60, 2
Luminance
0.7422
Every format
| HEX | #fbdf65 |
| RGB | rgb(251, 223, 101) |
| HSL | hsl(49, 95%, 69%) |
| CMYK | cmyk(0%, 11%, 60%, 2%) |
| LAB | lab(89.0 -4.4 61.9) |
| LCH | lch(89.0 62.1 94.0) |
| OKLCH | oklch(0.904 0.144 96.5) |
Copy-ready code
/* CSS */
color: #fbdf65;
background-color: #fbdf65;
/* Tailwind (arbitrary) */
class="text-[#fbdf65] bg-[#fbdf65]"
/* SCSS */
$brand: #fbdf65;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.396)
/* Android */
Color.parseColor("#fbdf65")Accessibility — WCAG contrast
Aa
#fbdf65 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf65 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow59.8%
Key (black)1.6%
Color previews
#fbdf65 text on a black background
contrast 15.84:1
Card sample
#fbdf65 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf65;
Background color
Panel with #fbdf65 background
background-color: #fbdf65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf65; background: linear-gradient(135deg, #fbdf65, #B3FB65);