#fbc211
a balanced, electric yellow · cool · closest name: gold
RGB
251, 194, 17
HSL
45°, 97%, 53%
CMYK
0, 23, 93, 2
Luminance
0.5913
Every format
| HEX | #fbc211 |
| RGB | rgb(251, 194, 17) |
| HSL | hsl(45, 97%, 53%) |
| CMYK | cmyk(0%, 23%, 93%, 2%) |
| LAB | lab(81.4 7.3 81.3) |
| LCH | lch(81.4 81.6 84.9) |
| OKLCH | oklch(0.842 0.170 86.8) |
Copy-ready code
/* CSS */
color: #fbc211;
background-color: #fbc211;
/* Tailwind (arbitrary) */
class="text-[#fbc211] bg-[#fbc211]"
/* SCSS */
$brand: #fbc211;
/* SwiftUI */
Color(red: 0.984, green: 0.761, blue: 0.067)
/* Android */
Color.parseColor("#fbc211")Accessibility — WCAG contrast
Aa
#fbc211 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc211 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.1%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow93.2%
Key (black)1.6%
Color previews
#fbc211 text on a black background
contrast 12.83:1
Card sample
#fbc211 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc211;
Background color
Panel with #fbc211 background
background-color: #fbc211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 194, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 194, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc211; background: linear-gradient(135deg, #fbc211, #98FB11);