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