#fbc748
a balanced, electric yellow · warm · closest name: gold
RGB
251, 199, 72
HSL
43°, 96%, 63%
CMYK
0, 21, 71, 2
Luminance
0.6182
Every format
| HEX | #fbc748 |
| RGB | rgb(251, 199, 72) |
| HSL | hsl(43, 96%, 63%) |
| CMYK | cmyk(0%, 21%, 71%, 2%) |
| LAB | lab(82.8 6.2 67.5) |
| LCH | lch(82.8 67.8 84.7) |
| OKLCH | oklch(0.854 0.150 85.8) |
Copy-ready code
/* CSS */
color: #fbc748;
background-color: #fbc748;
/* Tailwind (arbitrary) */
class="text-[#fbc748] bg-[#fbc748]"
/* SCSS */
$brand: #fbc748;
/* SwiftUI */
Color(red: 0.984, green: 0.780, blue: 0.282)
/* Android */
Color.parseColor("#fbc748")Accessibility — WCAG contrast
Aa
#fbc748 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc748 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.0%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow71.3%
Key (black)1.6%
Color previews
#fbc748 text on a black background
contrast 13.36:1
Card sample
#fbc748 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc748;
Background color
Panel with #fbc748 background
background-color: #fbc748;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc748;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 199, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 199, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc748; background: linear-gradient(135deg, #fbc748, #B8FB48);