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