#beef4d
a balanced, electric green · cool · closest name: yellow
RGB
190, 239, 77
HSL
78°, 84%, 62%
CMYK
21, 0, 68, 6
Luminance
0.7322
Every format
| HEX | #beef4d |
| RGB | rgb(190, 239, 77) |
| HSL | hsl(78, 84%, 62%) |
| CMYK | cmyk(21%, 0%, 68%, 6%) |
| LAB | lab(88.5 -38.0 69.8) |
| LCH | lch(88.5 79.5 118.5) |
| OKLCH | oklch(0.888 0.192 124.8) |
Copy-ready code
/* CSS */
color: #beef4d;
background-color: #beef4d;
/* Tailwind (arbitrary) */
class="text-[#beef4d] bg-[#beef4d]"
/* SCSS */
$brand: #beef4d;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.302)
/* Android */
Color.parseColor("#beef4d")Accessibility — WCAG contrast
Aa
#beef4d on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beef4d on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue30.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow67.8%
Key (black)6.3%
Color previews
#beef4d text on a black background
contrast 15.64:1
Card sample
#beef4d text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beef4d;
Background color
Panel with #beef4d background
background-color: #beef4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beef4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beef4d; background: linear-gradient(135deg, #beef4d, #52EF4D);