#bfe430
a balanced, electric green · cool · closest name: yellow
RGB
191, 228, 48
HSL
72°, 77%, 54%
CMYK
16, 0, 79, 11
Luminance
0.6678
Every format
| HEX | #bfe430 |
| RGB | rgb(191, 228, 48) |
| HSL | hsl(72, 77%, 54%) |
| CMYK | cmyk(16%, 0%, 79%, 11%) |
| LAB | lab(85.4 -34.0 76.2) |
| LCH | lch(85.4 83.4 114.1) |
| OKLCH | oklch(0.863 0.195 121.3) |
Copy-ready code
/* CSS */
color: #bfe430;
background-color: #bfe430;
/* Tailwind (arbitrary) */
class="text-[#bfe430] bg-[#bfe430]"
/* SCSS */
$brand: #bfe430;
/* SwiftUI */
Color(red: 0.749, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#bfe430")Accessibility — WCAG contrast
Aa
#bfe430 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe430 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.4%
Blue18.8%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#bfe430 text on a black background
contrast 14.36:1
Card sample
#bfe430 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe430;
Background color
Panel with #bfe430 background
background-color: #bfe430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe430; background: linear-gradient(135deg, #bfe430, #47E430);