#beef4f
a balanced, electric green · cool · closest name: yellow
RGB
190, 239, 79
HSL
78°, 83%, 62%
CMYK
21, 0, 67, 6
Luminance
0.7324
Every format
| HEX | #beef4f |
| RGB | rgb(190, 239, 79) |
| HSL | hsl(78, 83%, 62%) |
| CMYK | cmyk(21%, 0%, 67%, 6%) |
| LAB | lab(88.6 -37.8 69.1) |
| LCH | lch(88.6 78.8 118.7) |
| OKLCH | oklch(0.888 0.191 124.9) |
Copy-ready code
/* CSS */
color: #beef4f;
background-color: #beef4f;
/* Tailwind (arbitrary) */
class="text-[#beef4f] bg-[#beef4f]"
/* SCSS */
$brand: #beef4f;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.310)
/* Android */
Color.parseColor("#beef4f")Accessibility — WCAG contrast
Aa
#beef4f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beef4f on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue31.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow66.9%
Key (black)6.3%
Color previews
#beef4f text on a black background
contrast 15.65:1
Card sample
#beef4f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beef4f;
Background color
Panel with #beef4f background
background-color: #beef4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beef4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beef4f; background: linear-gradient(135deg, #beef4f, #54EF4F);