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