#7aceae
a balanced, vivid green · cool · closest name: turquoise
RGB
122, 206, 174
HSL
157°, 46%, 64%
CMYK
41, 0, 16, 19
Luminance
0.5134
Every format
| HEX | #7aceae |
| RGB | rgb(122, 206, 174) |
| HSL | hsl(157, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 16%, 19%) |
| LAB | lab(76.9 -32.9 8.0) |
| LCH | lch(76.9 33.8 166.4) |
| OKLCH | oklch(0.789 0.095 167.5) |
Copy-ready code
/* CSS */
color: #7aceae;
background-color: #7aceae;
/* Tailwind (arbitrary) */
class="text-[#7aceae] bg-[#7aceae]"
/* SCSS */
$brand: #7aceae;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.682)
/* Android */
Color.parseColor("#7aceae")Accessibility — WCAG contrast
Aa
#7aceae on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceae on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue68.2%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow15.5%
Key (black)19.2%
Color previews
#7aceae text on a black background
contrast 11.27:1
Card sample
#7aceae text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceae;
Background color
Panel with #7aceae background
background-color: #7aceae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceae; background: linear-gradient(135deg, #7aceae, #7AB6CE);