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