#bfd077
a balanced, vivid green · cool · closest name: khaki
RGB
191, 208, 119
HSL
72°, 49%, 64%
CMYK
8, 0, 43, 18
Luminance
0.5752
Every format
| HEX | #bfd077 |
| RGB | rgb(191, 208, 119) |
| HSL | hsl(72, 49%, 64%) |
| CMYK | cmyk(8%, 0%, 43%, 18%) |
| LAB | lab(80.5 -19.4 42.2) |
| LCH | lch(80.5 46.4 114.7) |
| OKLCH | oklch(0.825 0.115 117.9) |
Copy-ready code
/* CSS */
color: #bfd077;
background-color: #bfd077;
/* Tailwind (arbitrary) */
class="text-[#bfd077] bg-[#bfd077]"
/* SCSS */
$brand: #bfd077;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.467)
/* Android */
Color.parseColor("#bfd077")Accessibility — WCAG contrast
Aa
#bfd077 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd077 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue46.7%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow42.8%
Key (black)18.4%
Color previews
#bfd077 text on a black background
contrast 12.50:1
Card sample
#bfd077 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd077;
Background color
Panel with #bfd077 background
background-color: #bfd077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd077; background: linear-gradient(135deg, #bfd077, #84D077);