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