#fbdf44
a balanced, electric yellow · cool · closest name: gold
RGB
251, 223, 68
HSL
51°, 96%, 63%
CMYK
0, 11, 73, 2
Luminance
0.7370
Every format
| HEX | #fbdf44 |
| RGB | rgb(251, 223, 68) |
| HSL | hsl(51, 96%, 63%) |
| CMYK | cmyk(0%, 11%, 73%, 2%) |
| LAB | lab(88.8 -6.2 74.8) |
| LCH | lch(88.8 75.0 94.7) |
| OKLCH | oklch(0.901 0.167 98.6) |
Copy-ready code
/* CSS */
color: #fbdf44;
background-color: #fbdf44;
/* Tailwind (arbitrary) */
class="text-[#fbdf44] bg-[#fbdf44]"
/* SCSS */
$brand: #fbdf44;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.267)
/* Android */
Color.parseColor("#fbdf44")Accessibility — WCAG contrast
Aa
#fbdf44 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf44 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow72.9%
Key (black)1.6%
Color previews
#fbdf44 text on a black background
contrast 15.74:1
Card sample
#fbdf44 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf44;
Background color
Panel with #fbdf44 background
background-color: #fbdf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf44; background: linear-gradient(135deg, #fbdf44, #9DFB44);