#7fcf9f
a light, vivid green · cool · closest name: aquamarine
RGB
127, 207, 159
HSL
144°, 46%, 66%
CMYK
39, 0, 23, 19
Luminance
0.5164
Every format
| HEX | #7fcf9f |
| RGB | rgb(127, 207, 159) |
| HSL | hsl(144, 46%, 66%) |
| CMYK | cmyk(39%, 0%, 23%, 19%) |
| LAB | lab(77.1 -35.0 16.3) |
| LCH | lch(77.1 38.6 155.1) |
| OKLCH | oklch(0.790 0.105 156.7) |
Copy-ready code
/* CSS */
color: #7fcf9f;
background-color: #7fcf9f;
/* Tailwind (arbitrary) */
class="text-[#7fcf9f] bg-[#7fcf9f]"
/* SCSS */
$brand: #7fcf9f;
/* SwiftUI */
Color(red: 0.498, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#7fcf9f")Accessibility — WCAG contrast
Aa
#7fcf9f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcf9f on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.2%
Blue62.4%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow23.2%
Key (black)18.8%
Color previews
#7fcf9f text on a black background
contrast 11.33:1
Card sample
#7fcf9f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcf9f;
Background color
Panel with #7fcf9f background
background-color: #7fcf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcf9f; background: linear-gradient(135deg, #7fcf9f, #7FCACF);