#fbc821
a balanced, electric yellow · cool · closest name: gold
RGB
251, 200, 33
HSL
46°, 97%, 56%
CMYK
0, 20, 87, 2
Luminance
0.6193
Every format
| HEX | #fbc821 |
| RGB | rgb(251, 200, 33) |
| HSL | hsl(46, 97%, 56%) |
| CMYK | cmyk(0%, 20%, 87%, 2%) |
| LAB | lab(82.9 4.4 79.7) |
| LCH | lch(82.9 79.8 86.8) |
| OKLCH | oklch(0.854 0.169 89.2) |
Copy-ready code
/* CSS */
color: #fbc821;
background-color: #fbc821;
/* Tailwind (arbitrary) */
class="text-[#fbc821] bg-[#fbc821]"
/* SCSS */
$brand: #fbc821;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#fbc821")Accessibility — WCAG contrast
Aa
#fbc821 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc821 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow86.9%
Key (black)1.6%
Color previews
#fbc821 text on a black background
contrast 13.39:1
Card sample
#fbc821 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc821;
Background color
Panel with #fbc821 background
background-color: #fbc821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc821; background: linear-gradient(135deg, #fbc821, #9DFB21);