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