#bfc596
a light, soft yellow · cool · closest name: tan
RGB
191, 197, 150
HSL
68°, 29%, 68%
CMYK
3, 0, 24, 23
Luminance
0.5321
Every format
| HEX | #bfc596 |
| RGB | rgb(191, 197, 150) |
| HSL | hsl(68, 29%, 68%) |
| CMYK | cmyk(3%, 0%, 24%, 23%) |
| LAB | lab(78.0 -9.9 22.9) |
| LCH | lch(78.0 25.0 113.3) |
| OKLCH | oklch(0.807 0.064 113.7) |
Copy-ready code
/* CSS */
color: #bfc596;
background-color: #bfc596;
/* Tailwind (arbitrary) */
class="text-[#bfc596] bg-[#bfc596]"
/* SCSS */
$brand: #bfc596;
/* SwiftUI */
Color(red: 0.749, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#bfc596")Accessibility — WCAG contrast
Aa
#bfc596 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc596 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.3%
Blue58.8%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow23.9%
Key (black)22.7%
Color previews
#bfc596 text on a black background
contrast 11.64:1
Card sample
#bfc596 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc596;
Background color
Panel with #bfc596 background
background-color: #bfc596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc596; background: linear-gradient(135deg, #bfc596, #A0C596);