#7abcad
a balanced, soft cyan · cool · closest name: turquoise
RGB
122, 188, 173
HSL
166°, 33%, 61%
CMYK
35, 0, 8, 26
Luminance
0.4312
Every format
| HEX | #7abcad |
| RGB | rgb(122, 188, 173) |
| HSL | hsl(166, 33%, 61%) |
| CMYK | cmyk(35%, 0%, 8%, 26%) |
| LAB | lab(71.6 -24.4 0.9) |
| LCH | lch(71.6 24.4 177.8) |
| OKLCH | oklch(0.747 0.071 178.3) |
Copy-ready code
/* CSS */
color: #7abcad;
background-color: #7abcad;
/* Tailwind (arbitrary) */
class="text-[#7abcad] bg-[#7abcad]"
/* SCSS */
$brand: #7abcad;
/* SwiftUI */
Color(red: 0.478, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#7abcad")Accessibility — WCAG contrast
Aa
#7abcad on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abcad on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green73.7%
Blue67.8%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow8.0%
Key (black)26.3%
Color previews
#7abcad text on a black background
contrast 9.62:1
Card sample
#7abcad text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abcad;
Background color
Panel with #7abcad background
background-color: #7abcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abcad; background: linear-gradient(135deg, #7abcad, #7A9FBC);