#fbc84a
a balanced, electric yellow · warm · closest name: gold
RGB
251, 200, 74
HSL
43°, 96%, 64%
CMYK
0, 20, 71, 2
Luminance
0.6231
Every format
| HEX | #fbc84a |
| RGB | rgb(251, 200, 74) |
| HSL | hsl(43, 96%, 64%) |
| CMYK | cmyk(0%, 20%, 71%, 2%) |
| LAB | lab(83.1 5.8 67.0) |
| LCH | lch(83.1 67.2 85.0) |
| OKLCH | oklch(0.856 0.150 86.1) |
Copy-ready code
/* CSS */
color: #fbc84a;
background-color: #fbc84a;
/* Tailwind (arbitrary) */
class="text-[#fbc84a] bg-[#fbc84a]"
/* SCSS */
$brand: #fbc84a;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 0.290)
/* Android */
Color.parseColor("#fbc84a")Accessibility — WCAG contrast
Aa
#fbc84a on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc84a on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow70.5%
Key (black)1.6%
Color previews
#fbc84a text on a black background
contrast 13.46:1
Card sample
#fbc84a text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc84a;
Background color
Panel with #fbc84a background
background-color: #fbc84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc84a; background: linear-gradient(135deg, #fbc84a, #B8FB4A);