#bfd47f
a light, vivid green · cool · closest name: khaki
RGB
191, 212, 127
HSL
75°, 50%, 67%
CMYK
10, 0, 40, 17
Luminance
0.5970
Every format
| HEX | #bfd47f |
| RGB | rgb(191, 212, 127) |
| HSL | hsl(75, 50%, 67%) |
| CMYK | cmyk(10%, 0%, 40%, 17%) |
| LAB | lab(81.7 -20.5 39.7) |
| LCH | lch(81.7 44.7 117.3) |
| OKLCH | oklch(0.835 0.112 120.2) |
Copy-ready code
/* CSS */
color: #bfd47f;
background-color: #bfd47f;
/* Tailwind (arbitrary) */
class="text-[#bfd47f] bg-[#bfd47f]"
/* SCSS */
$brand: #bfd47f;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#bfd47f")Accessibility — WCAG contrast
Aa
#bfd47f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd47f on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue49.8%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow40.1%
Key (black)16.9%
Color previews
#bfd47f text on a black background
contrast 12.94:1
Card sample
#bfd47f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd47f;
Background color
Panel with #bfd47f background
background-color: #bfd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd47f; background: linear-gradient(135deg, #bfd47f, #86D47F);