#7cccad
a balanced, soft green · cool · closest name: turquoise
RGB
124, 204, 173
HSL
157°, 44%, 64%
CMYK
39, 0, 15, 20
Luminance
0.5049
Every format
| HEX | #7cccad |
| RGB | rgb(124, 204, 173) |
| HSL | hsl(157, 44%, 64%) |
| CMYK | cmyk(39%, 0%, 15%, 20%) |
| LAB | lab(76.4 -31.6 7.8) |
| LCH | lch(76.4 32.5 166.2) |
| OKLCH | oklch(0.785 0.091 167.3) |
Copy-ready code
/* CSS */
color: #7cccad;
background-color: #7cccad;
/* Tailwind (arbitrary) */
class="text-[#7cccad] bg-[#7cccad]"
/* SCSS */
$brand: #7cccad;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#7cccad")Accessibility — WCAG contrast
Aa
#7cccad on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccad on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue67.8%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow15.2%
Key (black)20.0%
Color previews
#7cccad text on a black background
contrast 11.10:1
Card sample
#7cccad text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccad;
Background color
Panel with #7cccad background
background-color: #7cccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccad; background: linear-gradient(135deg, #7cccad, #7CB6CC);