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