#7aceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
122, 206, 186
HSL
166°, 46%, 64%
CMYK
41, 0, 10, 19
Luminance
0.5183
Every format
| HEX | #7aceba |
| RGB | rgb(122, 206, 186) |
| HSL | hsl(166, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 10%, 19%) |
| LAB | lab(77.2 -30.2 1.9) |
| LCH | lch(77.2 30.3 176.3) |
| OKLCH | oklch(0.792 0.087 176.9) |
Copy-ready code
/* CSS */
color: #7aceba;
background-color: #7aceba;
/* Tailwind (arbitrary) */
class="text-[#7aceba] bg-[#7aceba]"
/* SCSS */
$brand: #7aceba;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#7aceba")Accessibility — WCAG contrast
Aa
#7aceba on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aceba on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue72.9%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#7aceba text on a black background
contrast 11.37:1
Card sample
#7aceba text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aceba;
Background color
Panel with #7aceba background
background-color: #7aceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aceba; background: linear-gradient(135deg, #7aceba, #7AAACE);