#fbcb21
a balanced, electric yellow · cool · closest name: gold
RGB
251, 203, 33
HSL
47°, 97%, 56%
CMYK
0, 19, 87, 2
Luminance
0.6333
Every format
| HEX | #fbcb21 |
| RGB | rgb(251, 203, 33) |
| HSL | hsl(47, 97%, 56%) |
| CMYK | cmyk(0%, 19%, 87%, 2%) |
| LAB | lab(83.6 2.9 80.3) |
| LCH | lch(83.6 80.3 87.9) |
| OKLCH | oklch(0.860 0.170 90.7) |
Copy-ready code
/* CSS */
color: #fbcb21;
background-color: #fbcb21;
/* Tailwind (arbitrary) */
class="text-[#fbcb21] bg-[#fbcb21]"
/* SCSS */
$brand: #fbcb21;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#fbcb21")Accessibility — WCAG contrast
Aa
#fbcb21 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcb21 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow86.9%
Key (black)1.6%
Color previews
#fbcb21 text on a black background
contrast 13.67:1
Card sample
#fbcb21 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcb21;
Background color
Panel with #fbcb21 background
background-color: #fbcb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcb21; background: linear-gradient(135deg, #fbcb21, #9AFB21);