#fbf331
a balanced, electric yellow · cool · closest name: yellow
RGB
251, 243, 49
HSL
58°, 96%, 59%
CMYK
0, 3, 81, 2
Luminance
0.8483
Every format
| HEX | #fbf331 |
| RGB | rgb(251, 243, 49) |
| HSL | hsl(58, 96%, 59%) |
| CMYK | cmyk(0%, 3%, 81%, 2%) |
| LAB | lab(93.8 -16.7 85.0) |
| LCH | lch(93.8 86.6 101.1) |
| OKLCH | oklch(0.941 0.192 107.0) |
Copy-ready code
/* CSS */
color: #fbf331;
background-color: #fbf331;
/* Tailwind (arbitrary) */
class="text-[#fbf331] bg-[#fbf331]"
/* SCSS */
$brand: #fbf331;
/* SwiftUI */
Color(red: 0.984, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#fbf331")Accessibility — WCAG contrast
Aa
#fbf331 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf331 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.3%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow80.5%
Key (black)1.6%
Color previews
#fbf331 text on a black background
contrast 17.97:1
Card sample
#fbf331 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf331;
Background color
Panel with #fbf331 background
background-color: #fbf331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf331; background: linear-gradient(135deg, #fbf331, #7CFB31);