#bfc080
a balanced, soft yellow · cool · closest name: tan
RGB
191, 192, 128
HSL
61°, 34%, 63%
CMYK
1, 0, 33, 25
Luminance
0.5033
Every format
| HEX | #bfc080 |
| RGB | rgb(191, 192, 128) |
| HSL | hsl(61, 34%, 63%) |
| CMYK | cmyk(1%, 0%, 33%, 25%) |
| LAB | lab(76.3 -10.3 32.2) |
| LCH | lch(76.3 33.8 107.7) |
| OKLCH | oklch(0.792 0.084 108.9) |
Copy-ready code
/* CSS */
color: #bfc080;
background-color: #bfc080;
/* Tailwind (arbitrary) */
class="text-[#bfc080] bg-[#bfc080]"
/* SCSS */
$brand: #bfc080;
/* SwiftUI */
Color(red: 0.749, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#bfc080")Accessibility — WCAG contrast
Aa
#bfc080 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc080 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#bfc080 text on a black background
contrast 11.07:1
Card sample
#bfc080 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc080;
Background color
Panel with #bfc080 background
background-color: #bfc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc080; background: linear-gradient(135deg, #bfc080, #94C080);