#7bc0af
a balanced, soft cyan · cool · closest name: turquoise
RGB
123, 192, 175
HSL
165°, 35%, 62%
CMYK
36, 0, 9, 25
Luminance
0.4501
Every format
| HEX | #7bc0af |
| RGB | rgb(123, 192, 175) |
| HSL | hsl(165, 35%, 62%) |
| CMYK | cmyk(36%, 0%, 9%, 25%) |
| LAB | lab(72.9 -25.6 1.7) |
| LCH | lch(72.9 25.7 176.2) |
| OKLCH | oklch(0.757 0.074 176.9) |
Copy-ready code
/* CSS */
color: #7bc0af;
background-color: #7bc0af;
/* Tailwind (arbitrary) */
class="text-[#7bc0af] bg-[#7bc0af]"
/* SCSS */
$brand: #7bc0af;
/* SwiftUI */
Color(red: 0.482, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#7bc0af")Accessibility — WCAG contrast
Aa
#7bc0af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc0af on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green75.3%
Blue68.6%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#7bc0af text on a black background
contrast 10.00:1
Card sample
#7bc0af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc0af;
Background color
Panel with #7bc0af background
background-color: #7bc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc0af; background: linear-gradient(135deg, #7bc0af, #7BA3C0);