#fbf721
a balanced, electric yellow · cool · closest name: yellow
RGB
251, 247, 33
HSL
59°, 97%, 56%
CMYK
0, 2, 87, 2
Luminance
0.8714
Every format
| HEX | #fbf721 |
| RGB | rgb(251, 247, 33) |
| HSL | hsl(59, 97%, 56%) |
| CMYK | cmyk(0%, 2%, 87%, 2%) |
| LAB | lab(94.8 -19.0 89.1) |
| LCH | lch(94.8 91.2 102.0) |
| OKLCH | oklch(0.949 0.200 108.5) |
Copy-ready code
/* CSS */
color: #fbf721;
background-color: #fbf721;
/* Tailwind (arbitrary) */
class="text-[#fbf721] bg-[#fbf721]"
/* SCSS */
$brand: #fbf721;
/* SwiftUI */
Color(red: 0.984, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#fbf721")Accessibility — WCAG contrast
Aa
#fbf721 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf721 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow86.9%
Key (black)1.6%
Color previews
#fbf721 text on a black background
contrast 18.43:1
Card sample
#fbf721 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf721;
Background color
Panel with #fbf721 background
background-color: #fbf721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf721; background: linear-gradient(135deg, #fbf721, #6EFB21);