#fbc957
a light, electric yellow · warm · closest name: khaki
RGB
251, 201, 87
HSL
42°, 95%, 66%
CMYK
0, 20, 65, 2
Luminance
0.6297
Every format
| HEX | #fbc957 |
| RGB | rgb(251, 201, 87) |
| HSL | hsl(42, 95%, 66%) |
| CMYK | cmyk(0%, 20%, 65%, 2%) |
| LAB | lab(83.4 6.0 61.9) |
| LCH | lch(83.4 62.2 84.5) |
| OKLCH | oklch(0.859 0.141 85.1) |
Copy-ready code
/* CSS */
color: #fbc957;
background-color: #fbc957;
/* Tailwind (arbitrary) */
class="text-[#fbc957] bg-[#fbc957]"
/* SCSS */
$brand: #fbc957;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.341)
/* Android */
Color.parseColor("#fbc957")Accessibility — WCAG contrast
Aa
#fbc957 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc957 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow65.3%
Key (black)1.6%
Color previews
#fbc957 text on a black background
contrast 13.59:1
Card sample
#fbc957 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc957;
Background color
Panel with #fbc957 background
background-color: #fbc957;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc957;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc957; background: linear-gradient(135deg, #fbc957, #C0FB57);