#bfe621
a balanced, electric green · cool · closest name: yellow
RGB
191, 230, 33
HSL
72°, 80%, 52%
CMYK
17, 0, 86, 10
Luminance
0.6778
Every format
| HEX | #bfe621 |
| RGB | rgb(191, 230, 33) |
| HSL | hsl(72, 80%, 52%) |
| CMYK | cmyk(17%, 0%, 86%, 10%) |
| LAB | lab(85.9 -35.4 80.1) |
| LCH | lch(85.9 87.6 113.9) |
| OKLCH | oklch(0.866 0.202 121.5) |
Copy-ready code
/* CSS */
color: #bfe621;
background-color: #bfe621;
/* Tailwind (arbitrary) */
class="text-[#bfe621] bg-[#bfe621]"
/* SCSS */
$brand: #bfe621;
/* SwiftUI */
Color(red: 0.749, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#bfe621")Accessibility — WCAG contrast
Aa
#bfe621 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe621 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.2%
Blue12.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#bfe621 text on a black background
contrast 14.56:1
Card sample
#bfe621 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe621;
Background color
Panel with #bfe621 background
background-color: #bfe621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe621; background: linear-gradient(135deg, #bfe621, #3CE621);