#befc13
a balanced, electric green · cool · closest name: yellow
RGB
190, 252, 19
HSL
76°, 98%, 53%
CMYK
25, 0, 93, 1
Luminance
0.8061
Every format
| HEX | #befc13 |
| RGB | rgb(190, 252, 19) |
| HSL | hsl(76, 98%, 53%) |
| CMYK | cmyk(25%, 0%, 93%, 1%) |
| LAB | lab(92.0 -45.8 87.1) |
| LCH | lch(92.0 98.4 117.7) |
| OKLCH | oklch(0.915 0.230 125.7) |
Copy-ready code
/* CSS */
color: #befc13;
background-color: #befc13;
/* Tailwind (arbitrary) */
class="text-[#befc13] bg-[#befc13]"
/* SCSS */
$brand: #befc13;
/* SwiftUI */
Color(red: 0.745, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#befc13")Accessibility — WCAG contrast
Aa
#befc13 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befc13 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.8%
Blue7.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#befc13 text on a black background
contrast 17.12:1
Card sample
#befc13 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befc13;
Background color
Panel with #befc13 background
background-color: #befc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befc13; background: linear-gradient(135deg, #befc13, #22FC13);