#bfdf7e
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 126
HSL
80°, 60%, 68%
CMYK
14, 0, 44, 13
Luminance
0.6536
Every format
| HEX | #bfdf7e |
| RGB | rgb(191, 223, 126) |
| HSL | hsl(80, 60%, 68%) |
| CMYK | cmyk(14%, 0%, 44%, 13%) |
| LAB | lab(84.7 -25.9 44.0) |
| LCH | lch(84.7 51.0 120.5) |
| OKLCH | oklch(0.859 0.129 124.0) |
Copy-ready code
/* CSS */
color: #bfdf7e;
background-color: #bfdf7e;
/* Tailwind (arbitrary) */
class="text-[#bfdf7e] bg-[#bfdf7e]"
/* SCSS */
$brand: #bfdf7e;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.494)
/* Android */
Color.parseColor("#bfdf7e")Accessibility — WCAG contrast
Aa
#bfdf7e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf7e on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue49.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow43.5%
Key (black)12.5%
Color previews
#bfdf7e text on a black background
contrast 14.07:1
Card sample
#bfdf7e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf7e;
Background color
Panel with #bfdf7e background
background-color: #bfdf7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf7e; background: linear-gradient(135deg, #bfdf7e, #7EDF7E);