#7ad7bc
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 215, 188
HSL
163°, 54%, 66%
CMYK
43, 0, 13, 16
Luminance
0.5637
Every format
| HEX | #7ad7bc |
| RGB | rgb(122, 215, 188) |
| HSL | hsl(163, 54%, 66%) |
| CMYK | cmyk(43%, 0%, 13%, 16%) |
| LAB | lab(79.8 -34.0 4.7) |
| LCH | lch(79.8 34.3 172.1) |
| OKLCH | oklch(0.814 0.098 173.0) |
Copy-ready code
/* CSS */
color: #7ad7bc;
background-color: #7ad7bc;
/* Tailwind (arbitrary) */
class="text-[#7ad7bc] bg-[#7ad7bc]"
/* SCSS */
$brand: #7ad7bc;
/* SwiftUI */
Color(red: 0.478, green: 0.843, blue: 0.737)
/* Android */
Color.parseColor("#7ad7bc")Accessibility — WCAG contrast
Aa
#7ad7bc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad7bc on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green84.3%
Blue73.7%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow12.6%
Key (black)15.7%
Color previews
#7ad7bc text on a black background
contrast 12.27:1
Card sample
#7ad7bc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad7bc;
Background color
Panel with #7ad7bc background
background-color: #7ad7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 215, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 215, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad7bc; background: linear-gradient(135deg, #7ad7bc, #7AB4D7);