#fbf430
a balanced, electric yellow · cool · closest name: yellow
RGB
251, 244, 48
HSL
58°, 96%, 59%
CMYK
0, 3, 81, 2
Luminance
0.8542
Every format
| HEX | #fbf430 |
| RGB | rgb(251, 244, 48) |
| HSL | hsl(58, 96%, 59%) |
| CMYK | cmyk(0%, 3%, 81%, 2%) |
| LAB | lab(94.1 -17.2 85.4) |
| LCH | lch(94.1 87.2 101.4) |
| OKLCH | oklch(0.943 0.193 107.4) |
Copy-ready code
/* CSS */
color: #fbf430;
background-color: #fbf430;
/* Tailwind (arbitrary) */
class="text-[#fbf430] bg-[#fbf430]"
/* SCSS */
$brand: #fbf430;
/* SwiftUI */
Color(red: 0.984, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#fbf430")Accessibility — WCAG contrast
Aa
#fbf430 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf430 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.7%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow80.9%
Key (black)1.6%
Color previews
#fbf430 text on a black background
contrast 18.08:1
Card sample
#fbf430 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf430;
Background color
Panel with #fbf430 background
background-color: #fbf430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf430; background: linear-gradient(135deg, #fbf430, #7BFB30);