#bfd16f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 209, 111
HSL
71°, 52%, 63%
CMYK
9, 0, 47, 18
Luminance
0.5782
Every format
| HEX | #bfd16f |
| RGB | rgb(191, 209, 111) |
| HSL | hsl(71, 52%, 63%) |
| CMYK | cmyk(9%, 0%, 47%, 18%) |
| LAB | lab(80.6 -20.7 46.3) |
| LCH | lch(80.6 50.7 114.1) |
| OKLCH | oklch(0.826 0.125 117.8) |
Copy-ready code
/* CSS */
color: #bfd16f;
background-color: #bfd16f;
/* Tailwind (arbitrary) */
class="text-[#bfd16f] bg-[#bfd16f]"
/* SCSS */
$brand: #bfd16f;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.435)
/* Android */
Color.parseColor("#bfd16f")Accessibility — WCAG contrast
Aa
#bfd16f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd16f on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue43.5%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow46.9%
Key (black)18.0%
Color previews
#bfd16f text on a black background
contrast 12.56:1
Card sample
#bfd16f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd16f;
Background color
Panel with #bfd16f background
background-color: #bfd16f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd16f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd16f; background: linear-gradient(135deg, #bfd16f, #7ED16F);