#fbc813
a balanced, electric yellow · cool · closest name: gold
RGB
251, 200, 19
HSL
47°, 97%, 53%
CMYK
0, 20, 92, 2
Luminance
0.6186
Every format
| HEX | #fbc813 |
| RGB | rgb(251, 200, 19) |
| HSL | hsl(47, 97%, 53%) |
| CMYK | cmyk(0%, 20%, 92%, 2%) |
| LAB | lab(82.8 4.2 82.1) |
| LCH | lch(82.8 82.2 87.1) |
| OKLCH | oklch(0.854 0.172 89.7) |
Copy-ready code
/* CSS */
color: #fbc813;
background-color: #fbc813;
/* Tailwind (arbitrary) */
class="text-[#fbc813] bg-[#fbc813]"
/* SCSS */
$brand: #fbc813;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 0.075)
/* Android */
Color.parseColor("#fbc813")Accessibility — WCAG contrast
Aa
#fbc813 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc813 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow92.4%
Key (black)1.6%
Color previews
#fbc813 text on a black background
contrast 13.37:1
Card sample
#fbc813 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc813;
Background color
Panel with #fbc813 background
background-color: #fbc813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc813; background: linear-gradient(135deg, #fbc813, #93FB13);