#7acea2
a balanced, vivid green · cool · closest name: aquamarine
RGB
122, 206, 162
HSL
149°, 46%, 64%
CMYK
41, 0, 21, 19
Luminance
0.5089
Every format
| HEX | #7acea2 |
| RGB | rgb(122, 206, 162) |
| HSL | hsl(149, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 21%, 19%) |
| LAB | lab(76.6 -35.4 14.0) |
| LCH | lch(76.6 38.0 158.4) |
| OKLCH | oklch(0.786 0.104 159.8) |
Copy-ready code
/* CSS */
color: #7acea2;
background-color: #7acea2;
/* Tailwind (arbitrary) */
class="text-[#7acea2] bg-[#7acea2]"
/* SCSS */
$brand: #7acea2;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.635)
/* Android */
Color.parseColor("#7acea2")Accessibility — WCAG contrast
Aa
#7acea2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acea2 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue63.5%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow21.4%
Key (black)19.2%
Color previews
#7acea2 text on a black background
contrast 11.18:1
Card sample
#7acea2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acea2;
Background color
Panel with #7acea2 background
background-color: #7acea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acea2; background: linear-gradient(135deg, #7acea2, #7AC2CE);