#fbe921
a balanced, electric yellow · cool · closest name: gold
RGB
251, 233, 33
HSL
55°, 97%, 56%
CMYK
0, 7, 87, 2
Luminance
0.7890
Every format
| HEX | #fbe921 |
| RGB | rgb(251, 233, 33) |
| HSL | hsl(55, 97%, 56%) |
| CMYK | cmyk(0%, 7%, 87%, 2%) |
| LAB | lab(91.2 -12.2 86.3) |
| LCH | lch(91.2 87.1 98.1) |
| OKLCH | oklch(0.920 0.189 103.6) |
Copy-ready code
/* CSS */
color: #fbe921;
background-color: #fbe921;
/* Tailwind (arbitrary) */
class="text-[#fbe921] bg-[#fbe921]"
/* SCSS */
$brand: #fbe921;
/* SwiftUI */
Color(red: 0.984, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#fbe921")Accessibility — WCAG contrast
Aa
#fbe921 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe921 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow86.9%
Key (black)1.6%
Color previews
#fbe921 text on a black background
contrast 16.78:1
Card sample
#fbe921 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe921;
Background color
Panel with #fbe921 background
background-color: #fbe921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe921; background: linear-gradient(135deg, #fbe921, #7CFB21);