#7cffbd
a light, electric green · cool · closest name: aquamarine
RGB
124, 255, 189
HSL
150°, 100%, 74%
CMYK
51, 0, 26, 0
Luminance
0.7948
Every format
| HEX | #7cffbd |
| RGB | rgb(124, 255, 189) |
| HSL | hsl(150, 100%, 74%) |
| CMYK | cmyk(51%, 0%, 26%, 0%) |
| LAB | lab(91.5 -50.9 20.7) |
| LCH | lch(91.5 55.0 157.9) |
| OKLCH | oklch(0.908 0.149 159.3) |
Copy-ready code
/* CSS */
color: #7cffbd;
background-color: #7cffbd;
/* Tailwind (arbitrary) */
class="text-[#7cffbd] bg-[#7cffbd]"
/* SCSS */
$brand: #7cffbd;
/* SwiftUI */
Color(red: 0.486, green: 1.000, blue: 0.741)
/* Android */
Color.parseColor("#7cffbd")Accessibility — WCAG contrast
Aa
#7cffbd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cffbd on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green100.0%
Blue74.1%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow25.9%
Key (black)0.0%
Color previews
#7cffbd text on a black background
contrast 16.90:1
Card sample
#7cffbd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cffbd;
Background color
Panel with #7cffbd background
background-color: #7cffbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cffbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 255, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 255, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cffbd; background: linear-gradient(135deg, #7cffbd, #7CEAFF);