#7aceb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
122, 206, 183
HSL
164°, 46%, 64%
CMYK
41, 0, 11, 19
Luminance
0.5170
Every format
| HEX | #7aceb7 |
| RGB | rgb(122, 206, 183) |
| HSL | hsl(164, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 11%, 19%) |
| LAB | lab(77.1 -30.9 3.5) |
| LCH | lch(77.1 31.1 173.6) |
| OKLCH | oklch(0.791 0.089 174.4) |
Copy-ready code
/* CSS */
color: #7aceb7;
background-color: #7aceb7;
/* Tailwind (arbitrary) */
class="text-[#7aceb7] bg-[#7aceb7]"
/* SCSS */
$brand: #7aceb7;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#7aceb7")Accessibility — WCAG contrast
Aa
#7aceb7 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceb7 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue71.8%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#7aceb7 text on a black background
contrast 11.34:1
Card sample
#7aceb7 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceb7;
Background color
Panel with #7aceb7 background
background-color: #7aceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceb7; background: linear-gradient(135deg, #7aceb7, #7AADCE);