#7bc8af
a balanced, soft cyan · cool · closest name: turquoise
RGB
123, 200, 175
HSL
161°, 41%, 63%
CMYK
39, 0, 13, 22
Luminance
0.4861
Every format
| HEX | #7bc8af |
| RGB | rgb(123, 200, 175) |
| HSL | hsl(161, 41%, 63%) |
| CMYK | cmyk(39%, 0%, 13%, 22%) |
| LAB | lab(75.2 -29.5 5.0) |
| LCH | lch(75.2 29.9 170.3) |
| OKLCH | oklch(0.776 0.085 171.3) |
Copy-ready code
/* CSS */
color: #7bc8af;
background-color: #7bc8af;
/* Tailwind (arbitrary) */
class="text-[#7bc8af] bg-[#7bc8af]"
/* SCSS */
$brand: #7bc8af;
/* SwiftUI */
Color(red: 0.482, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#7bc8af")Accessibility — WCAG contrast
Aa
#7bc8af on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc8af on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.4%
Blue68.6%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#7bc8af text on a black background
contrast 10.72:1
Card sample
#7bc8af text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc8af;
Background color
Panel with #7bc8af background
background-color: #7bc8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc8af; background: linear-gradient(135deg, #7bc8af, #7BAEC8);