#7cc2af
a balanced, soft cyan · cool · closest name: turquoise
RGB
124, 194, 175
HSL
164°, 37%, 62%
CMYK
36, 0, 10, 24
Luminance
0.4596
Every format
| HEX | #7cc2af |
| RGB | rgb(124, 194, 175) |
| HSL | hsl(164, 37%, 62%) |
| CMYK | cmyk(36%, 0%, 10%, 24%) |
| LAB | lab(73.5 -26.3 2.6) |
| LCH | lch(73.5 26.5 174.4) |
| OKLCH | oklch(0.762 0.076 175.1) |
Copy-ready code
/* CSS */
color: #7cc2af;
background-color: #7cc2af;
/* Tailwind (arbitrary) */
class="text-[#7cc2af] bg-[#7cc2af]"
/* SCSS */
$brand: #7cc2af;
/* SwiftUI */
Color(red: 0.486, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#7cc2af")Accessibility — WCAG contrast
Aa
#7cc2af on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc2af on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green76.1%
Blue68.6%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#7cc2af text on a black background
contrast 10.19:1
Card sample
#7cc2af text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc2af;
Background color
Panel with #7cc2af background
background-color: #7cc2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc2af; background: linear-gradient(135deg, #7cc2af, #7CA6C2);