#bfdf6f
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 111
HSL
77°, 64%, 66%
CMYK
14, 0, 50, 13
Luminance
0.6500
Every format
| HEX | #bfdf6f |
| RGB | rgb(191, 223, 111) |
| HSL | hsl(77, 64%, 66%) |
| CMYK | cmyk(14%, 0%, 50%, 13%) |
| LAB | lab(84.5 -27.5 50.9) |
| LCH | lch(84.5 57.9 118.4) |
| OKLCH | oklch(0.857 0.144 122.6) |
Copy-ready code
/* CSS */
color: #bfdf6f;
background-color: #bfdf6f;
/* Tailwind (arbitrary) */
class="text-[#bfdf6f] bg-[#bfdf6f]"
/* SCSS */
$brand: #bfdf6f;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.435)
/* Android */
Color.parseColor("#bfdf6f")Accessibility — WCAG contrast
Aa
#bfdf6f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf6f on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue43.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow50.2%
Key (black)12.5%
Color previews
#bfdf6f text on a black background
contrast 14.00:1
Card sample
#bfdf6f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf6f;
Background color
Panel with #bfdf6f background
background-color: #bfdf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf6f; background: linear-gradient(135deg, #bfdf6f, #74DF6F);