#7ccbbc
a balanced, soft cyan · cool · closest name: turquoise
RGB
124, 203, 188
HSL
169°, 43%, 64%
CMYK
39, 0, 7, 20
Luminance
0.5063
Every format
| HEX | #7ccbbc |
| RGB | rgb(124, 203, 188) |
| HSL | hsl(169, 43%, 64%) |
| CMYK | cmyk(39%, 0%, 7%, 20%) |
| LAB | lab(76.5 -27.8 -0.2) |
| LCH | lch(76.5 27.8 180.4) |
| OKLCH | oklch(0.787 0.081 180.6) |
Copy-ready code
/* CSS */
color: #7ccbbc;
background-color: #7ccbbc;
/* Tailwind (arbitrary) */
class="text-[#7ccbbc] bg-[#7ccbbc]"
/* SCSS */
$brand: #7ccbbc;
/* SwiftUI */
Color(red: 0.486, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#7ccbbc")Accessibility — WCAG contrast
Aa
#7ccbbc on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccbbc on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green79.6%
Blue73.7%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#7ccbbc text on a black background
contrast 11.13:1
Card sample
#7ccbbc text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccbbc;
Background color
Panel with #7ccbbc background
background-color: #7ccbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccbbc; background: linear-gradient(135deg, #7ccbbc, #7CA5CB);