#7fe680
a light, vivid green · cool · closest name: aquamarine
RGB
127, 230, 128
HSL
121°, 67%, 70%
CMYK
45, 0, 44, 10
Luminance
0.6266
Every format
| HEX | #7fe680 |
| RGB | rgb(127, 230, 128) |
| HSL | hsl(121, 67%, 70%) |
| CMYK | cmyk(45%, 0%, 44%, 10%) |
| LAB | lab(83.3 -50.2 40.5) |
| LCH | lch(83.3 64.5 141.1) |
| OKLCH | oklch(0.839 0.169 144.1) |
Copy-ready code
/* CSS */
color: #7fe680;
background-color: #7fe680;
/* Tailwind (arbitrary) */
class="text-[#7fe680] bg-[#7fe680]"
/* SCSS */
$brand: #7fe680;
/* SwiftUI */
Color(red: 0.498, green: 0.902, blue: 0.502)
/* Android */
Color.parseColor("#7fe680")Accessibility — WCAG contrast
Aa
#7fe680 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe680 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green90.2%
Blue50.2%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow44.3%
Key (black)9.8%
Color previews
#7fe680 text on a black background
contrast 13.53:1
Card sample
#7fe680 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe680;
Background color
Panel with #7fe680 background
background-color: #7fe680;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe680;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 230, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 230, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe680; background: linear-gradient(135deg, #7fe680, #7FE6C5);