#7cccba
a balanced, soft cyan · cool · closest name: turquoise
RGB
124, 204, 186
HSL
167°, 44%, 64%
CMYK
39, 0, 9, 20
Luminance
0.5102
Every format
| HEX | #7cccba |
| RGB | rgb(124, 204, 186) |
| HSL | hsl(167, 44%, 64%) |
| CMYK | cmyk(39%, 0%, 9%, 20%) |
| LAB | lab(76.7 -28.7 1.3) |
| LCH | lch(76.7 28.8 177.5) |
| OKLCH | oklch(0.788 0.083 178.0) |
Copy-ready code
/* CSS */
color: #7cccba;
background-color: #7cccba;
/* Tailwind (arbitrary) */
class="text-[#7cccba] bg-[#7cccba]"
/* SCSS */
$brand: #7cccba;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#7cccba")Accessibility — WCAG contrast
Aa
#7cccba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccba on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue72.9%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#7cccba text on a black background
contrast 11.20:1
Card sample
#7cccba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccba;
Background color
Panel with #7cccba background
background-color: #7cccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccba; background: linear-gradient(135deg, #7cccba, #7CA9CC);