#7aceac
a balanced, vivid green · cool · closest name: turquoise
RGB
122, 206, 172
HSL
156°, 46%, 64%
CMYK
41, 0, 17, 19
Luminance
0.5126
Every format
| HEX | #7aceac |
| RGB | rgb(122, 206, 172) |
| HSL | hsl(156, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 17%, 19%) |
| LAB | lab(76.8 -33.3 9.0) |
| LCH | lch(76.8 34.5 164.9) |
| OKLCH | oklch(0.788 0.096 166.1) |
Copy-ready code
/* CSS */
color: #7aceac;
background-color: #7aceac;
/* Tailwind (arbitrary) */
class="text-[#7aceac] bg-[#7aceac]"
/* SCSS */
$brand: #7aceac;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#7aceac")Accessibility — WCAG contrast
Aa
#7aceac on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceac on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue67.5%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#7aceac text on a black background
contrast 11.25:1
Card sample
#7aceac text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceac;
Background color
Panel with #7aceac background
background-color: #7aceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceac; background: linear-gradient(135deg, #7aceac, #7AB8CE);