#fbcd49
a balanced, electric yellow · warm · closest name: gold
RGB
251, 205, 73
HSL
45°, 96%, 64%
CMYK
0, 18, 71, 2
Luminance
0.6465
Every format
| HEX | #fbcd49 |
| RGB | rgb(251, 205, 73) |
| HSL | hsl(45, 96%, 64%) |
| CMYK | cmyk(0%, 18%, 71%, 2%) |
| LAB | lab(84.3 3.2 68.6) |
| LCH | lch(84.3 68.6 87.3) |
| OKLCH | oklch(0.866 0.152 89.1) |
Copy-ready code
/* CSS */
color: #fbcd49;
background-color: #fbcd49;
/* Tailwind (arbitrary) */
class="text-[#fbcd49] bg-[#fbcd49]"
/* SCSS */
$brand: #fbcd49;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.286)
/* Android */
Color.parseColor("#fbcd49")Accessibility — WCAG contrast
Aa
#fbcd49 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcd49 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow70.9%
Key (black)1.6%
Color previews
#fbcd49 text on a black background
contrast 13.93:1
Card sample
#fbcd49 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcd49;
Background color
Panel with #fbcd49 background
background-color: #fbcd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcd49; background: linear-gradient(135deg, #fbcd49, #B2FB49);