#bfe15b
a balanced, vivid green · cool · closest name: khaki
RGB
191, 225, 91
HSL
75°, 69%, 62%
CMYK
15, 0, 60, 12
Luminance
0.6568
Every format
| HEX | #bfe15b |
| RGB | rgb(191, 225, 91) |
| HSL | hsl(75, 69%, 62%) |
| CMYK | cmyk(15%, 0%, 60%, 12%) |
| LAB | lab(84.8 -30.2 60.3) |
| LCH | lch(84.8 67.5 116.6) |
| OKLCH | oklch(0.859 0.164 121.9) |
Copy-ready code
/* CSS */
color: #bfe15b;
background-color: #bfe15b;
/* Tailwind (arbitrary) */
class="text-[#bfe15b] bg-[#bfe15b]"
/* SCSS */
$brand: #bfe15b;
/* SwiftUI */
Color(red: 0.749, green: 0.882, blue: 0.357)
/* Android */
Color.parseColor("#bfe15b")Accessibility — WCAG contrast
Aa
#bfe15b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe15b on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.2%
Blue35.7%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow59.6%
Key (black)11.8%
Color previews
#bfe15b text on a black background
contrast 14.14:1
Card sample
#bfe15b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe15b;
Background color
Panel with #bfe15b background
background-color: #bfe15b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe15b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 225, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 225, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe15b; background: linear-gradient(135deg, #bfe15b, #66E15B);