#fbc113
a balanced, electric yellow · cool · closest name: gold
RGB
251, 193, 19
HSL
45°, 97%, 53%
CMYK
0, 23, 92, 2
Luminance
0.5870
Every format
| HEX | #fbc113 |
| RGB | rgb(251, 193, 19) |
| HSL | hsl(45, 97%, 53%) |
| CMYK | cmyk(0%, 23%, 92%, 2%) |
| LAB | lab(81.1 7.8 80.9) |
| LCH | lch(81.1 81.2 84.5) |
| OKLCH | oklch(0.840 0.169 86.2) |
Copy-ready code
/* CSS */
color: #fbc113;
background-color: #fbc113;
/* Tailwind (arbitrary) */
class="text-[#fbc113] bg-[#fbc113]"
/* SCSS */
$brand: #fbc113;
/* SwiftUI */
Color(red: 0.984, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#fbc113")Accessibility — WCAG contrast
Aa
#fbc113 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc113 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow92.4%
Key (black)1.6%
Color previews
#fbc113 text on a black background
contrast 12.74:1
Card sample
#fbc113 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc113;
Background color
Panel with #fbc113 background
background-color: #fbc113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc113; background: linear-gradient(135deg, #fbc113, #9AFB13);