#fbdf1f
a balanced, electric yellow · cool · closest name: gold
RGB
251, 223, 31
HSL
52°, 97%, 55%
CMYK
0, 11, 88, 2
Luminance
0.7338
Every format
| HEX | #fbdf1f |
| RGB | rgb(251, 223, 31) |
| HSL | hsl(52, 97%, 55%) |
| CMYK | cmyk(0%, 11%, 88%, 2%) |
| LAB | lab(88.6 -7.3 84.6) |
| LCH | lch(88.6 84.9 94.9) |
| OKLCH | oklch(0.900 0.182 99.7) |
Copy-ready code
/* CSS */
color: #fbdf1f;
background-color: #fbdf1f;
/* Tailwind (arbitrary) */
class="text-[#fbdf1f] bg-[#fbdf1f]"
/* SCSS */
$brand: #fbdf1f;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.122)
/* Android */
Color.parseColor("#fbdf1f")Accessibility — WCAG contrast
Aa
#fbdf1f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdf1f on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow87.6%
Key (black)1.6%
Color previews
#fbdf1f text on a black background
contrast 15.68:1
Card sample
#fbdf1f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdf1f;
Background color
Panel with #fbdf1f background
background-color: #fbdf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdf1f; background: linear-gradient(135deg, #fbdf1f, #84FB1F);