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