#fbbf21
a balanced, electric yellow · warm · closest name: gold
RGB
251, 191, 33
HSL
44°, 97%, 56%
CMYK
0, 24, 87, 2
Luminance
0.5788
Every format
| HEX | #fbbf21 |
| RGB | rgb(251, 191, 33) |
| HSL | hsl(44, 97%, 56%) |
| CMYK | cmyk(0%, 24%, 87%, 2%) |
| LAB | lab(80.7 9.1 77.9) |
| LCH | lch(80.7 78.4 83.4) |
| OKLCH | oklch(0.837 0.165 84.6) |
Copy-ready code
/* CSS */
color: #fbbf21;
background-color: #fbbf21;
/* Tailwind (arbitrary) */
class="text-[#fbbf21] bg-[#fbbf21]"
/* SCSS */
$brand: #fbbf21;
/* SwiftUI */
Color(red: 0.984, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#fbbf21")Accessibility — WCAG contrast
Aa
#fbbf21 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbbf21 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow86.9%
Key (black)1.6%
Color previews
#fbbf21 text on a black background
contrast 12.58:1
Card sample
#fbbf21 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbbf21;
Background color
Panel with #fbbf21 background
background-color: #fbbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbbf21; background: linear-gradient(135deg, #fbbf21, #A6FB21);