#7cccb2
a balanced, soft cyan · cool · closest name: turquoise
RGB
124, 204, 178
HSL
161°, 44%, 64%
CMYK
39, 0, 13, 20
Luminance
0.5069
Every format
| HEX | #7cccb2 |
| RGB | rgb(124, 204, 178) |
| HSL | hsl(161, 44%, 64%) |
| CMYK | cmyk(39%, 0%, 13%, 20%) |
| LAB | lab(76.5 -30.5 5.3) |
| LCH | lch(76.5 31.0 170.2) |
| OKLCH | oklch(0.786 0.088 171.2) |
Copy-ready code
/* CSS */
color: #7cccb2;
background-color: #7cccb2;
/* Tailwind (arbitrary) */
class="text-[#7cccb2] bg-[#7cccb2]"
/* SCSS */
$brand: #7cccb2;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#7cccb2")Accessibility — WCAG contrast
Aa
#7cccb2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccb2 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue69.8%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#7cccb2 text on a black background
contrast 11.14:1
Card sample
#7cccb2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccb2;
Background color
Panel with #7cccb2 background
background-color: #7cccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccb2; background: linear-gradient(135deg, #7cccb2, #7CB1CC);