#befb39
a balanced, electric green · cool · closest name: yellow
RGB
190, 251, 57
HSL
79°, 96%, 60%
CMYK
24, 0, 77, 2
Luminance
0.8024
Every format
| HEX | #befb39 |
| RGB | rgb(190, 251, 57) |
| HSL | hsl(79, 96%, 60%) |
| CMYK | cmyk(24%, 0%, 77%, 2%) |
| LAB | lab(91.8 -44.3 79.5) |
| LCH | lch(91.8 91.0 119.1) |
| OKLCH | oklch(0.914 0.217 126.3) |
Copy-ready code
/* CSS */
color: #befb39;
background-color: #befb39;
/* Tailwind (arbitrary) */
class="text-[#befb39] bg-[#befb39]"
/* SCSS */
$brand: #befb39;
/* SwiftUI */
Color(red: 0.745, green: 0.984, blue: 0.224)
/* Android */
Color.parseColor("#befb39")Accessibility — WCAG contrast
Aa
#befb39 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befb39 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.4%
Blue22.4%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow77.3%
Key (black)1.6%
Color previews
#befb39 text on a black background
contrast 17.05:1
Card sample
#befb39 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befb39;
Background color
Panel with #befb39 background
background-color: #befb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 251, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 251, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befb39; background: linear-gradient(135deg, #befb39, #3DFB39);