#fbc608
a balanced, electric yellow · cool · closest name: gold
RGB
251, 198, 8
HSL
47°, 97%, 51%
CMYK
0, 21, 97, 2
Luminance
0.6091
Every format
| HEX | #fbc608 |
| RGB | rgb(251, 198, 8) |
| HSL | hsl(47, 97%, 51%) |
| CMYK | cmyk(0%, 21%, 97%, 2%) |
| LAB | lab(82.3 5.1 83.0) |
| LCH | lch(82.3 83.1 86.5) |
| OKLCH | oklch(0.850 0.173 88.9) |
Copy-ready code
/* CSS */
color: #fbc608;
background-color: #fbc608;
/* Tailwind (arbitrary) */
class="text-[#fbc608] bg-[#fbc608]"
/* SCSS */
$brand: #fbc608;
/* SwiftUI */
Color(red: 0.984, green: 0.776, blue: 0.031)
/* Android */
Color.parseColor("#fbc608")Accessibility — WCAG contrast
Aa
#fbc608 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc608 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow96.8%
Key (black)1.6%
Color previews
#fbc608 text on a black background
contrast 13.18:1
Card sample
#fbc608 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc608;
Background color
Panel with #fbc608 background
background-color: #fbc608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 198, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 198, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc608; background: linear-gradient(135deg, #fbc608, #8EFB08);