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