#bfd45f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 212, 95
HSL
71°, 58%, 60%
CMYK
10, 0, 55, 17
Luminance
0.5899
Every format
| HEX | #bfd45f |
| RGB | rgb(191, 212, 95) |
| HSL | hsl(71, 58%, 60%) |
| CMYK | cmyk(10%, 0%, 55%, 17%) |
| LAB | lab(81.3 -23.7 54.6) |
| LCH | lch(81.3 59.5 113.5) |
| OKLCH | oklch(0.831 0.144 118.2) |
Copy-ready code
/* CSS */
color: #bfd45f;
background-color: #bfd45f;
/* Tailwind (arbitrary) */
class="text-[#bfd45f] bg-[#bfd45f]"
/* SCSS */
$brand: #bfd45f;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.373)
/* Android */
Color.parseColor("#bfd45f")Accessibility — WCAG contrast
Aa
#bfd45f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd45f on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue37.3%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow55.2%
Key (black)16.9%
Color previews
#bfd45f text on a black background
contrast 12.80:1
Card sample
#bfd45f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd45f;
Background color
Panel with #bfd45f background
background-color: #bfd45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd45f; background: linear-gradient(135deg, #bfd45f, #71D45F);