#7fcf8c
a light, vivid green · cool · closest name: aquamarine
RGB
127, 207, 140
HSL
130°, 46%, 66%
CMYK
39, 0, 32, 19
Luminance
0.5103
Every format
| HEX | #7fcf8c |
| RGB | rgb(127, 207, 140) |
| HSL | hsl(130, 46%, 66%) |
| CMYK | cmyk(39%, 0%, 32%, 19%) |
| LAB | lab(76.7 -38.5 25.8) |
| LCH | lch(76.7 46.3 146.2) |
| OKLCH | oklch(0.786 0.123 148.3) |
Copy-ready code
/* CSS */
color: #7fcf8c;
background-color: #7fcf8c;
/* Tailwind (arbitrary) */
class="text-[#7fcf8c] bg-[#7fcf8c]"
/* SCSS */
$brand: #7fcf8c;
/* SwiftUI */
Color(red: 0.498, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#7fcf8c")Accessibility — WCAG contrast
Aa
#7fcf8c on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcf8c on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.2%
Blue54.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#7fcf8c text on a black background
contrast 11.21:1
Card sample
#7fcf8c text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcf8c;
Background color
Panel with #7fcf8c background
background-color: #7fcf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcf8c; background: linear-gradient(135deg, #7fcf8c, #7FCFC1);