#7bf653
a balanced, electric green · cool · closest name: lime
RGB
123, 246, 83
HSL
105°, 90%, 65%
CMYK
50, 0, 66, 4
Luminance
0.7075
Every format
| HEX | #7bf653 |
| RGB | rgb(123, 246, 83) |
| HSL | hsl(105, 90%, 65%) |
| CMYK | cmyk(50%, 0%, 66%, 4%) |
| LAB | lab(87.4 -62.6 65.3) |
| LCH | lch(87.4 90.5 133.8) |
| OKLCH | oklch(0.870 0.228 139.0) |
Copy-ready code
/* CSS */
color: #7bf653;
background-color: #7bf653;
/* Tailwind (arbitrary) */
class="text-[#7bf653] bg-[#7bf653]"
/* SCSS */
$brand: #7bf653;
/* SwiftUI */
Color(red: 0.482, green: 0.965, blue: 0.325)
/* Android */
Color.parseColor("#7bf653")Accessibility — WCAG contrast
Aa
#7bf653 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf653 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green96.5%
Blue32.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow66.3%
Key (black)3.5%
Color previews
#7bf653 text on a black background
contrast 15.15:1
Card sample
#7bf653 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf653;
Background color
Panel with #7bf653 background
background-color: #7bf653;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf653;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 246, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 246, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf653; background: linear-gradient(135deg, #7bf653, #53F698);