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