#fbc976
a light, electric orange · warm · closest name: khaki
RGB
251, 201, 118
HSL
37°, 94%, 72%
CMYK
0, 20, 53, 2
Luminance
0.6359
Every format
| HEX | #fbc976 |
| RGB | rgb(251, 201, 118) |
| HSL | hsl(37, 94%, 72%) |
| CMYK | cmyk(0%, 20%, 53%, 2%) |
| LAB | lab(83.8 8.1 47.8) |
| LCH | lch(83.8 48.5 80.3) |
| OKLCH | oklch(0.863 0.116 79.0) |
Copy-ready code
/* CSS */
color: #fbc976;
background-color: #fbc976;
/* Tailwind (arbitrary) */
class="text-[#fbc976] bg-[#fbc976]"
/* SCSS */
$brand: #fbc976;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.463)
/* Android */
Color.parseColor("#fbc976")Accessibility — WCAG contrast
Aa
#fbc976 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc976 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow53.0%
Key (black)1.6%
Color previews
#fbc976 text on a black background
contrast 13.72:1
Card sample
#fbc976 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc976;
Background color
Panel with #fbc976 background
background-color: #fbc976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc976; background: linear-gradient(135deg, #fbc976, #D4FB76);