#befc21
a balanced, electric green · cool · closest name: yellow
RGB
190, 252, 33
HSL
77°, 97%, 56%
CMYK
25, 0, 87, 1
Luminance
0.8068
Every format
| HEX | #befc21 |
| RGB | rgb(190, 252, 33) |
| HSL | hsl(77, 97%, 56%) |
| CMYK | cmyk(25%, 0%, 87%, 1%) |
| LAB | lab(92.0 -45.5 85.1) |
| LCH | lch(92.0 96.5 118.1) |
| OKLCH | oklch(0.916 0.227 125.9) |
Copy-ready code
/* CSS */
color: #befc21;
background-color: #befc21;
/* Tailwind (arbitrary) */
class="text-[#befc21] bg-[#befc21]"
/* SCSS */
$brand: #befc21;
/* SwiftUI */
Color(red: 0.745, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#befc21")Accessibility — WCAG contrast
Aa
#befc21 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befc21 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.8%
Blue12.9%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#befc21 text on a black background
contrast 17.14:1
Card sample
#befc21 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befc21;
Background color
Panel with #befc21 background
background-color: #befc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befc21; background: linear-gradient(135deg, #befc21, #2CFC21);