#bfe331
a balanced, electric green · cool · closest name: yellow
RGB
191, 227, 49
HSL
72°, 76%, 54%
CMYK
16, 0, 78, 11
Luminance
0.6624
Every format
| HEX | #bfe331 |
| RGB | rgb(191, 227, 49) |
| HSL | hsl(72, 76%, 54%) |
| CMYK | cmyk(16%, 0%, 78%, 11%) |
| LAB | lab(85.1 -33.5 75.7) |
| LCH | lch(85.1 82.8 113.9) |
| OKLCH | oklch(0.860 0.193 121.1) |
Copy-ready code
/* CSS */
color: #bfe331;
background-color: #bfe331;
/* Tailwind (arbitrary) */
class="text-[#bfe331] bg-[#bfe331]"
/* SCSS */
$brand: #bfe331;
/* SwiftUI */
Color(red: 0.749, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#bfe331")Accessibility — WCAG contrast
Aa
#bfe331 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe331 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.0%
Blue19.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#bfe331 text on a black background
contrast 14.25:1
Card sample
#bfe331 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe331;
Background color
Panel with #bfe331 background
background-color: #bfe331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe331; background: linear-gradient(135deg, #bfe331, #48E331);