#bfeb13
a balanced, electric green · cool · closest name: yellow
RGB
191, 235, 19
HSL
72°, 85%, 50%
CMYK
19, 0, 92, 8
Luminance
0.7054
Every format
| HEX | #bfeb13 |
| RGB | rgb(191, 235, 19) |
| HSL | hsl(72, 85%, 50%) |
| CMYK | cmyk(19%, 0%, 92%, 8%) |
| LAB | lab(87.3 -38.0 83.4) |
| LCH | lch(87.3 91.7 114.5) |
| OKLCH | oklch(0.877 0.211 122.4) |
Copy-ready code
/* CSS */
color: #bfeb13;
background-color: #bfeb13;
/* Tailwind (arbitrary) */
class="text-[#bfeb13] bg-[#bfeb13]"
/* SCSS */
$brand: #bfeb13;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#bfeb13")Accessibility — WCAG contrast
Aa
#bfeb13 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeb13 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue7.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow91.9%
Key (black)7.8%
Color previews
#bfeb13 text on a black background
contrast 15.11:1
Card sample
#bfeb13 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeb13;
Background color
Panel with #bfeb13 background
background-color: #bfeb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeb13; background: linear-gradient(135deg, #bfeb13, #2FEB13);