#beef39
a balanced, electric green · cool · closest name: yellow
RGB
190, 239, 57
HSL
76°, 85%, 58%
CMYK
21, 0, 76, 6
Luminance
0.7298
Every format
| HEX | #beef39 |
| RGB | rgb(190, 239, 57) |
| HSL | hsl(76, 85%, 58%) |
| CMYK | cmyk(21%, 0%, 76%, 6%) |
| LAB | lab(88.4 -39.0 76.4) |
| LCH | lch(88.4 85.8 117.1) |
| OKLCH | oklch(0.887 0.203 124.1) |
Copy-ready code
/* CSS */
color: #beef39;
background-color: #beef39;
/* Tailwind (arbitrary) */
class="text-[#beef39] bg-[#beef39]"
/* SCSS */
$brand: #beef39;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.224)
/* Android */
Color.parseColor("#beef39")Accessibility — WCAG contrast
Aa
#beef39 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beef39 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue22.4%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow76.2%
Key (black)6.3%
Color previews
#beef39 text on a black background
contrast 15.60:1
Card sample
#beef39 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beef39;
Background color
Panel with #beef39 background
background-color: #beef39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beef39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beef39; background: linear-gradient(135deg, #beef39, #44EF39);