#7acdaf
a balanced, vivid green · cool · closest name: turquoise
RGB
122, 205, 175
HSL
158°, 45%, 64%
CMYK
41, 0, 15, 20
Luminance
0.5090
Every format
| HEX | #7acdaf |
| RGB | rgb(122, 205, 175) |
| HSL | hsl(158, 45%, 64%) |
| CMYK | cmyk(41%, 0%, 15%, 20%) |
| LAB | lab(76.6 -32.2 7.0) |
| LCH | lch(76.6 32.9 167.6) |
| OKLCH | oklch(0.787 0.093 168.7) |
Copy-ready code
/* CSS */
color: #7acdaf;
background-color: #7acdaf;
/* Tailwind (arbitrary) */
class="text-[#7acdaf] bg-[#7acdaf]"
/* SCSS */
$brand: #7acdaf;
/* SwiftUI */
Color(red: 0.478, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#7acdaf")Accessibility — WCAG contrast
Aa
#7acdaf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acdaf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.4%
Blue68.6%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#7acdaf text on a black background
contrast 11.18:1
Card sample
#7acdaf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acdaf;
Background color
Panel with #7acdaf background
background-color: #7acdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acdaf; background: linear-gradient(135deg, #7acdaf, #7AB4CD);