#7ccbaf
a balanced, soft green · cool · closest name: turquoise
RGB
124, 203, 175
HSL
159°, 43%, 64%
CMYK
39, 0, 14, 20
Luminance
0.5009
Every format
| HEX | #7ccbaf |
| RGB | rgb(124, 203, 175) |
| HSL | hsl(159, 43%, 64%) |
| CMYK | cmyk(39%, 0%, 14%, 20%) |
| LAB | lab(76.1 -30.7 6.4) |
| LCH | lch(76.1 31.3 168.3) |
| OKLCH | oklch(0.783 0.088 169.4) |
Copy-ready code
/* CSS */
color: #7ccbaf;
background-color: #7ccbaf;
/* Tailwind (arbitrary) */
class="text-[#7ccbaf] bg-[#7ccbaf]"
/* SCSS */
$brand: #7ccbaf;
/* SwiftUI */
Color(red: 0.486, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#7ccbaf")Accessibility — WCAG contrast
Aa
#7ccbaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccbaf on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green79.6%
Blue68.6%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#7ccbaf text on a black background
contrast 11.02:1
Card sample
#7ccbaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccbaf;
Background color
Panel with #7ccbaf background
background-color: #7ccbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccbaf; background: linear-gradient(135deg, #7ccbaf, #7CB2CB);