#7acabc
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 202, 188
HSL
170°, 43%, 64%
CMYK
40, 0, 7, 21
Luminance
0.5001
Every format
| HEX | #7acabc |
| RGB | rgb(122, 202, 188) |
| HSL | hsl(170, 43%, 64%) |
| CMYK | cmyk(40%, 0%, 7%, 21%) |
| LAB | lab(76.1 -27.8 -0.7) |
| LCH | lch(76.1 27.8 181.5) |
| OKLCH | oklch(0.783 0.082 181.7) |
Copy-ready code
/* CSS */
color: #7acabc;
background-color: #7acabc;
/* Tailwind (arbitrary) */
class="text-[#7acabc] bg-[#7acabc]"
/* SCSS */
$brand: #7acabc;
/* SwiftUI */
Color(red: 0.478, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#7acabc")Accessibility — WCAG contrast
Aa
#7acabc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acabc on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.2%
Blue73.7%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#7acabc text on a black background
contrast 11.00:1
Card sample
#7acabc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acabc;
Background color
Panel with #7acabc background
background-color: #7acabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acabc; background: linear-gradient(135deg, #7acabc, #7AA3CA);