#fbc839
a balanced, electric yellow · warm · closest name: gold
RGB
251, 200, 57
HSL
44°, 96%, 60%
CMYK
0, 20, 77, 2
Luminance
0.6211
Every format
| HEX | #fbc839 |
| RGB | rgb(251, 200, 57) |
| HSL | hsl(44, 96%, 60%) |
| CMYK | cmyk(0%, 20%, 77%, 2%) |
| LAB | lab(83.0 5.1 73.1) |
| LCH | lch(83.0 73.3 86.0) |
| OKLCH | oklch(0.855 0.159 87.8) |
Copy-ready code
/* CSS */
color: #fbc839;
background-color: #fbc839;
/* Tailwind (arbitrary) */
class="text-[#fbc839] bg-[#fbc839]"
/* SCSS */
$brand: #fbc839;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 0.224)
/* Android */
Color.parseColor("#fbc839")Accessibility — WCAG contrast
Aa
#fbc839 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc839 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow77.3%
Key (black)1.6%
Color previews
#fbc839 text on a black background
contrast 13.42:1
Card sample
#fbc839 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc839;
Background color
Panel with #fbc839 background
background-color: #fbc839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc839; background: linear-gradient(135deg, #fbc839, #ADFB39);