#bfef2c
a balanced, electric green · cool · closest name: yellow
RGB
191, 239, 44
HSL
75°, 86%, 56%
CMYK
20, 0, 82, 6
Luminance
0.7299
Every format
| HEX | #bfef2c |
| RGB | rgb(191, 239, 44) |
| HSL | hsl(75, 86%, 56%) |
| CMYK | cmyk(20%, 0%, 82%, 6%) |
| LAB | lab(88.4 -39.1 79.9) |
| LCH | lch(88.4 89.0 116.1) |
| OKLCH | oklch(0.887 0.208 123.6) |
Copy-ready code
/* CSS */
color: #bfef2c;
background-color: #bfef2c;
/* Tailwind (arbitrary) */
class="text-[#bfef2c] bg-[#bfef2c]"
/* SCSS */
$brand: #bfef2c;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#bfef2c")Accessibility — WCAG contrast
Aa
#bfef2c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfef2c on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue17.3%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#bfef2c text on a black background
contrast 15.60:1
Card sample
#bfef2c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfef2c;
Background color
Panel with #bfef2c background
background-color: #bfef2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfef2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfef2c; background: linear-gradient(135deg, #bfef2c, #3DEF2C);