#beef21
a balanced, electric green · cool · closest name: yellow
RGB
190, 239, 33
HSL
74°, 87%, 53%
CMYK
21, 0, 86, 6
Luminance
0.7279
Every format
| HEX | #beef21 |
| RGB | rgb(190, 239, 33) |
| HSL | hsl(74, 87%, 53%) |
| CMYK | cmyk(21%, 0%, 86%, 6%) |
| LAB | lab(88.3 -39.9 82.1) |
| LCH | lch(88.3 91.3 115.9) |
| OKLCH | oklch(0.886 0.212 123.6) |
Copy-ready code
/* CSS */
color: #beef21;
background-color: #beef21;
/* Tailwind (arbitrary) */
class="text-[#beef21] bg-[#beef21]"
/* SCSS */
$brand: #beef21;
/* SwiftUI */
Color(red: 0.745, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#beef21")Accessibility — WCAG contrast
Aa
#beef21 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beef21 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.7%
Blue12.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#beef21 text on a black background
contrast 15.56:1
Card sample
#beef21 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beef21;
Background color
Panel with #beef21 background
background-color: #beef21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beef21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beef21; background: linear-gradient(135deg, #beef21, #34EF21);