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