#fbdf5b
a light, electric yellow · cool · closest name: gold
RGB
251, 223, 91
HSL
50°, 95%, 67%
CMYK
0, 11, 64, 2
Luminance
0.7404
Every format
| HEX | #fbdf5b |
| RGB | rgb(251, 223, 91) |
| HSL | hsl(50, 95%, 67%) |
| CMYK | cmyk(0%, 11%, 64%, 2%) |
| LAB | lab(88.9 -5.0 66.1) |
| LCH | lch(88.9 66.3 94.3) |
| OKLCH | oklch(0.903 0.151 97.2) |
Copy-ready code
/* CSS */
color: #fbdf5b;
background-color: #fbdf5b;
/* Tailwind (arbitrary) */
class="text-[#fbdf5b] bg-[#fbdf5b]"
/* SCSS */
$brand: #fbdf5b;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.357)
/* Android */
Color.parseColor("#fbdf5b")Accessibility — WCAG contrast
Aa
#fbdf5b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf5b on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow63.7%
Key (black)1.6%
Color previews
#fbdf5b text on a black background
contrast 15.81:1
Card sample
#fbdf5b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf5b;
Background color
Panel with #fbdf5b background
background-color: #fbdf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf5b; background: linear-gradient(135deg, #fbdf5b, #ACFB5B);