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