#7fd5af
a light, vivid green · cool · closest name: aquamarine
RGB
127, 213, 175
HSL
154°, 51%, 67%
CMYK
40, 0, 18, 17
Luminance
0.5520
Every format
| HEX | #7fd5af |
| RGB | rgb(127, 213, 175) |
| HSL | hsl(154, 51%, 67%) |
| CMYK | cmyk(40%, 0%, 18%, 17%) |
| LAB | lab(79.2 -34.6 10.7) |
| LCH | lch(79.2 36.2 162.8) |
| OKLCH | oklch(0.808 0.101 164.1) |
Copy-ready code
/* CSS */
color: #7fd5af;
background-color: #7fd5af;
/* Tailwind (arbitrary) */
class="text-[#7fd5af] bg-[#7fd5af]"
/* SCSS */
$brand: #7fd5af;
/* SwiftUI */
Color(red: 0.498, green: 0.835, blue: 0.686)
/* Android */
Color.parseColor("#7fd5af")Accessibility — WCAG contrast
Aa
#7fd5af on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd5af on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.5%
Blue68.6%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow17.8%
Key (black)16.5%
Color previews
#7fd5af text on a black background
contrast 12.04:1
Card sample
#7fd5af text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd5af;
Background color
Panel with #7fd5af background
background-color: #7fd5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 213, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 213, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd5af; background: linear-gradient(135deg, #7fd5af, #7FC2D5);