#bfcf7f
a light, vivid green · cool · closest name: khaki
RGB
191, 207, 127
HSL
72°, 46%, 66%
CMYK
8, 0, 39, 19
Luminance
0.5723
Every format
| HEX | #bfcf7f |
| RGB | rgb(191, 207, 127) |
| HSL | hsl(72, 46%, 66%) |
| CMYK | cmyk(8%, 0%, 39%, 19%) |
| LAB | lab(80.3 -18.0 38.0) |
| LCH | lch(80.3 42.0 115.4) |
| OKLCH | oklch(0.824 0.105 118.0) |
Copy-ready code
/* CSS */
color: #bfcf7f;
background-color: #bfcf7f;
/* Tailwind (arbitrary) */
class="text-[#bfcf7f] bg-[#bfcf7f]"
/* SCSS */
$brand: #bfcf7f;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#bfcf7f")Accessibility — WCAG contrast
Aa
#bfcf7f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcf7f on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue49.8%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#bfcf7f text on a black background
contrast 12.45:1
Card sample
#bfcf7f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcf7f;
Background color
Panel with #bfcf7f background
background-color: #bfcf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcf7f; background: linear-gradient(135deg, #bfcf7f, #8ACF7F);