#bfd749
a balanced, vivid green · cool · closest name: khaki
RGB
191, 215, 73
HSL
70°, 64%, 57%
CMYK
11, 0, 66, 16
Luminance
0.6016
Every format
| HEX | #bfd749 |
| RGB | rgb(191, 215, 73) |
| HSL | hsl(70, 64%, 57%) |
| CMYK | cmyk(11%, 0%, 66%, 16%) |
| LAB | lab(81.9 -26.7 64.5) |
| LCH | lch(81.9 69.9 112.5) |
| OKLCH | oklch(0.835 0.166 118.4) |
Copy-ready code
/* CSS */
color: #bfd749;
background-color: #bfd749;
/* Tailwind (arbitrary) */
class="text-[#bfd749] bg-[#bfd749]"
/* SCSS */
$brand: #bfd749;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.286)
/* Android */
Color.parseColor("#bfd749")Accessibility — WCAG contrast
Aa
#bfd749 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd749 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue28.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow66.0%
Key (black)15.7%
Color previews
#bfd749 text on a black background
contrast 13.03:1
Card sample
#bfd749 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd749;
Background color
Panel with #bfd749 background
background-color: #bfd749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd749; background: linear-gradient(135deg, #bfd749, #61D749);