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