#fbda21
a balanced, electric yellow · cool · closest name: gold
RGB
251, 218, 33
HSL
51°, 97%, 56%
CMYK
0, 13, 87, 2
Luminance
0.7076
Every format
| HEX | #fbda21 |
| RGB | rgb(251, 218, 33) |
| HSL | hsl(51, 97%, 56%) |
| CMYK | cmyk(0%, 13%, 87%, 2%) |
| LAB | lab(87.4 -4.8 83.2) |
| LCH | lch(87.4 83.4 93.3) |
| OKLCH | oklch(0.890 0.178 97.6) |
Copy-ready code
/* CSS */
color: #fbda21;
background-color: #fbda21;
/* Tailwind (arbitrary) */
class="text-[#fbda21] bg-[#fbda21]"
/* SCSS */
$brand: #fbda21;
/* SwiftUI */
Color(red: 0.984, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#fbda21")Accessibility — WCAG contrast
Aa
#fbda21 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbda21 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow86.9%
Key (black)1.6%
Color previews
#fbda21 text on a black background
contrast 15.15:1
Card sample
#fbda21 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbda21;
Background color
Panel with #fbda21 background
background-color: #fbda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbda21; background: linear-gradient(135deg, #fbda21, #8BFB21);