#7fd1af
a light, vivid green · cool · closest name: turquoise
RGB
127, 209, 175
HSL
155°, 47%, 66%
CMYK
39, 0, 16, 18
Luminance
0.5321
Every format
| HEX | #7fd1af |
| RGB | rgb(127, 209, 175) |
| HSL | hsl(155, 47%, 66%) |
| CMYK | cmyk(39%, 0%, 16%, 18%) |
| LAB | lab(78.0 -32.7 9.1) |
| LCH | lch(78.0 33.9 164.5) |
| OKLCH | oklch(0.798 0.095 165.8) |
Copy-ready code
/* CSS */
color: #7fd1af;
background-color: #7fd1af;
/* Tailwind (arbitrary) */
class="text-[#7fd1af] bg-[#7fd1af]"
/* SCSS */
$brand: #7fd1af;
/* SwiftUI */
Color(red: 0.498, green: 0.820, blue: 0.686)
/* Android */
Color.parseColor("#7fd1af")Accessibility — WCAG contrast
Aa
#7fd1af on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd1af on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.0%
Blue68.6%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow16.3%
Key (black)18.0%
Color previews
#7fd1af text on a black background
contrast 11.64:1
Card sample
#7fd1af text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd1af;
Background color
Panel with #7fd1af background
background-color: #7fd1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 209, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 209, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd1af; background: linear-gradient(135deg, #7fd1af, #7FBCD1);