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