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