#7cc2ba
a balanced, soft cyan · cool · closest name: skyblue
RGB
124, 194, 186
HSL
173°, 37%, 62%
CMYK
36, 0, 4, 24
Luminance
0.4641
Every format
| HEX | #7cc2ba |
| RGB | rgb(124, 194, 186) |
| HSL | hsl(173, 37%, 62%) |
| CMYK | cmyk(36%, 0%, 4%, 24%) |
| LAB | lab(73.8 -23.8 -3.0) |
| LCH | lch(73.8 24.0 187.1) |
| OKLCH | oklch(0.765 0.072 186.7) |
Copy-ready code
/* CSS */
color: #7cc2ba;
background-color: #7cc2ba;
/* Tailwind (arbitrary) */
class="text-[#7cc2ba] bg-[#7cc2ba]"
/* SCSS */
$brand: #7cc2ba;
/* SwiftUI */
Color(red: 0.486, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#7cc2ba")Accessibility — WCAG contrast
Aa
#7cc2ba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc2ba on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green76.1%
Blue72.9%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#7cc2ba text on a black background
contrast 10.28:1
Card sample
#7cc2ba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc2ba;
Background color
Panel with #7cc2ba background
background-color: #7cc2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc2ba; background: linear-gradient(135deg, #7cc2ba, #7C9CC2);