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