#7be921
a balanced, electric green · cool · closest name: lime
RGB
123, 233, 33
HSL
93°, 82%, 52%
CMYK
47, 0, 86, 9
Luminance
0.6260
Every format
| HEX | #7be921 |
| RGB | rgb(123, 233, 33) |
| HSL | hsl(93, 82%, 52%) |
| CMYK | cmyk(47%, 0%, 86%, 9%) |
| LAB | lab(83.2 -60.7 76.4) |
| LCH | lch(83.2 97.6 128.5) |
| OKLCH | oklch(0.835 0.238 135.6) |
Copy-ready code
/* CSS */
color: #7be921;
background-color: #7be921;
/* Tailwind (arbitrary) */
class="text-[#7be921] bg-[#7be921]"
/* SCSS */
$brand: #7be921;
/* SwiftUI */
Color(red: 0.482, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#7be921")Accessibility — WCAG contrast
Aa
#7be921 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7be921 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green91.4%
Blue12.9%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#7be921 text on a black background
contrast 13.52:1
Card sample
#7be921 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7be921;
Background color
Panel with #7be921 background
background-color: #7be921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7be921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7be921; background: linear-gradient(135deg, #7be921, #21E94C);