#7cc4af
a balanced, soft cyan · cool · closest name: turquoise
RGB
124, 196, 175
HSL
163°, 38%, 63%
CMYK
37, 0, 11, 23
Luminance
0.4686
Every format
| HEX | #7cc4af |
| RGB | rgb(124, 196, 175) |
| HSL | hsl(163, 38%, 63%) |
| CMYK | cmyk(37%, 0%, 11%, 23%) |
| LAB | lab(74.1 -27.3 3.4) |
| LCH | lch(74.1 27.5 172.8) |
| OKLCH | oklch(0.767 0.079 173.7) |
Copy-ready code
/* CSS */
color: #7cc4af;
background-color: #7cc4af;
/* Tailwind (arbitrary) */
class="text-[#7cc4af] bg-[#7cc4af]"
/* SCSS */
$brand: #7cc4af;
/* SwiftUI */
Color(red: 0.486, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#7cc4af")Accessibility — WCAG contrast
Aa
#7cc4af on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc4af on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green76.9%
Blue68.6%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#7cc4af text on a black background
contrast 10.37:1
Card sample
#7cc4af text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc4af;
Background color
Panel with #7cc4af background
background-color: #7cc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc4af; background: linear-gradient(135deg, #7cc4af, #7CA9C4);