#bfe032
a balanced, vivid green · cool · closest name: yellow
RGB
191, 224, 50
HSL
71°, 74%, 54%
CMYK
15, 0, 78, 12
Luminance
0.6462
Every format
| HEX | #bfe032 |
| RGB | rgb(191, 224, 50) |
| HSL | hsl(71, 74%, 54%) |
| CMYK | cmyk(15%, 0%, 78%, 12%) |
| LAB | lab(84.3 -32.1 74.6) |
| LCH | lch(84.3 81.2 113.3) |
| OKLCH | oklch(0.854 0.189 120.3) |
Copy-ready code
/* CSS */
color: #bfe032;
background-color: #bfe032;
/* Tailwind (arbitrary) */
class="text-[#bfe032] bg-[#bfe032]"
/* SCSS */
$brand: #bfe032;
/* SwiftUI */
Color(red: 0.749, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#bfe032")Accessibility — WCAG contrast
Aa
#bfe032 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe032 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.8%
Blue19.6%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#bfe032 text on a black background
contrast 13.92:1
Card sample
#bfe032 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe032;
Background color
Panel with #bfe032 background
background-color: #bfe032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe032; background: linear-gradient(135deg, #bfe032, #4BE032);