#7ccdaf
a balanced, soft green · cool · closest name: turquoise
RGB
124, 205, 175
HSL
158°, 45%, 65%
CMYK
40, 0, 15, 20
Luminance
0.5104
Every format
| HEX | #7ccdaf |
| RGB | rgb(124, 205, 175) |
| HSL | hsl(158, 45%, 65%) |
| CMYK | cmyk(40%, 0%, 15%, 20%) |
| LAB | lab(76.7 -31.6 7.2) |
| LCH | lch(76.7 32.4 167.2) |
| OKLCH | oklch(0.788 0.091 168.3) |
Copy-ready code
/* CSS */
color: #7ccdaf;
background-color: #7ccdaf;
/* Tailwind (arbitrary) */
class="text-[#7ccdaf] bg-[#7ccdaf]"
/* SCSS */
$brand: #7ccdaf;
/* SwiftUI */
Color(red: 0.486, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#7ccdaf")Accessibility — WCAG contrast
Aa
#7ccdaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccdaf on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.4%
Blue68.6%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#7ccdaf text on a black background
contrast 11.21:1
Card sample
#7ccdaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccdaf;
Background color
Panel with #7ccdaf background
background-color: #7ccdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccdaf; background: linear-gradient(135deg, #7ccdaf, #7CB5CD);