#7acabf
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 202, 191
HSL
172°, 43%, 64%
CMYK
40, 0, 5, 21
Luminance
0.5014
Every format
| HEX | #7acabf |
| RGB | rgb(122, 202, 191) |
| HSL | hsl(172, 43%, 64%) |
| CMYK | cmyk(40%, 0%, 5%, 21%) |
| LAB | lab(76.2 -27.1 -2.2) |
| LCH | lch(76.2 27.2 184.7) |
| OKLCH | oklch(0.784 0.081 184.6) |
Copy-ready code
/* CSS */
color: #7acabf;
background-color: #7acabf;
/* Tailwind (arbitrary) */
class="text-[#7acabf] bg-[#7acabf]"
/* SCSS */
$brand: #7acabf;
/* SwiftUI */
Color(red: 0.478, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#7acabf")Accessibility — WCAG contrast
Aa
#7acabf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acabf on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.2%
Blue74.9%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#7acabf text on a black background
contrast 11.03:1
Card sample
#7acabf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acabf;
Background color
Panel with #7acabf background
background-color: #7acabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acabf; background: linear-gradient(135deg, #7acabf, #7AA0CA);