#7aceb4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
122, 206, 180
HSL
161°, 46%, 64%
CMYK
41, 0, 13, 19
Luminance
0.5158
Every format
| HEX | #7aceb4 |
| RGB | rgb(122, 206, 180) |
| HSL | hsl(161, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 13%, 19%) |
| LAB | lab(77.0 -31.6 5.0) |
| LCH | lch(77.0 31.9 171.1) |
| OKLCH | oklch(0.790 0.091 172.0) |
Copy-ready code
/* CSS */
color: #7aceb4;
background-color: #7aceb4;
/* Tailwind (arbitrary) */
class="text-[#7aceb4] bg-[#7aceb4]"
/* SCSS */
$brand: #7aceb4;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#7aceb4")Accessibility — WCAG contrast
Aa
#7aceb4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceb4 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue70.6%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow12.6%
Key (black)19.2%
Color previews
#7aceb4 text on a black background
contrast 11.32:1
Card sample
#7aceb4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceb4;
Background color
Panel with #7aceb4 background
background-color: #7aceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceb4; background: linear-gradient(135deg, #7aceb4, #7AB0CE);