#beef3d
a balanced, electric green · cool · closest name: yellow
RGB
190, 239, 61
HSL
77°, 85%, 59%
CMYK
21, 0, 75, 6
Luminance
0.7302
Every format
| HEX | #beef3d |
| RGB | rgb(190, 239, 61) |
| HSL | hsl(77, 85%, 59%) |
| CMYK | cmyk(21%, 0%, 75%, 6%) |
| LAB | lab(88.5 -38.8 75.2) |
| LCH | lch(88.5 84.6 117.3) |
| OKLCH | oklch(0.887 0.201 124.2) |
Copy-ready code
/* CSS */
color: #beef3d;
background-color: #beef3d;
/* Tailwind (arbitrary) */
class="text-[#beef3d] bg-[#beef3d]"
/* SCSS */
$brand: #beef3d;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.239)
/* Android */
Color.parseColor("#beef3d")Accessibility — WCAG contrast
Aa
#beef3d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beef3d on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue23.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow74.5%
Key (black)6.3%
Color previews
#beef3d text on a black background
contrast 15.60:1
Card sample
#beef3d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beef3d;
Background color
Panel with #beef3d background
background-color: #beef3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beef3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beef3d; background: linear-gradient(135deg, #beef3d, #47EF3D);