#7bfd8c
a light, electric green · cool · closest name: aquamarine
RGB
123, 253, 140
HSL
128°, 97%, 74%
CMYK
51, 0, 45, 1
Luminance
0.7635
Every format
| HEX | #7bfd8c |
| RGB | rgb(123, 253, 140) |
| HSL | hsl(128, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 45%, 1%) |
| LAB | lab(90.0 -58.8 43.2) |
| LCH | lch(90.0 72.9 143.7) |
| OKLCH | oklch(0.894 0.191 146.4) |
Copy-ready code
/* CSS */
color: #7bfd8c;
background-color: #7bfd8c;
/* Tailwind (arbitrary) */
class="text-[#7bfd8c] bg-[#7bfd8c]"
/* SCSS */
$brand: #7bfd8c;
/* SwiftUI */
Color(red: 0.482, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#7bfd8c")Accessibility — WCAG contrast
Aa
#7bfd8c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfd8c on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green99.2%
Blue54.9%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#7bfd8c text on a black background
contrast 16.27:1
Card sample
#7bfd8c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfd8c;
Background color
Panel with #7bfd8c background
background-color: #7bfd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfd8c; background: linear-gradient(135deg, #7bfd8c, #7BFDE3);