#bfdf6b
a balanced, vivid green · cool · closest name: khaki
RGB
191, 223, 107
HSL
77°, 64%, 65%
CMYK
14, 0, 52, 13
Luminance
0.6491
Every format
| HEX | #bfdf6b |
| RGB | rgb(191, 223, 107) |
| HSL | hsl(77, 64%, 65%) |
| CMYK | cmyk(14%, 0%, 52%, 13%) |
| LAB | lab(84.4 -27.9 52.7) |
| LCH | lch(84.4 59.7 117.9) |
| OKLCH | oklch(0.856 0.147 122.3) |
Copy-ready code
/* CSS */
color: #bfdf6b;
background-color: #bfdf6b;
/* Tailwind (arbitrary) */
class="text-[#bfdf6b] bg-[#bfdf6b]"
/* SCSS */
$brand: #bfdf6b;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.420)
/* Android */
Color.parseColor("#bfdf6b")Accessibility — WCAG contrast
Aa
#bfdf6b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf6b on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue42.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow52.0%
Key (black)12.5%
Color previews
#bfdf6b text on a black background
contrast 13.98:1
Card sample
#bfdf6b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf6b;
Background color
Panel with #bfdf6b background
background-color: #bfdf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf6b; background: linear-gradient(135deg, #bfdf6b, #72DF6B);