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