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