#7ad7cf
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 215, 207
HSL
175°, 54%, 66%
CMYK
43, 0, 4, 16
Luminance
0.5724
Every format
| HEX | #7ad7cf |
| RGB | rgb(122, 215, 207) |
| HSL | hsl(175, 54%, 66%) |
| CMYK | cmyk(43%, 0%, 4%, 16%) |
| LAB | lab(80.3 -29.6 -4.7) |
| LCH | lch(80.3 29.9 189.0) |
| OKLCH | oklch(0.819 0.090 188.4) |
Copy-ready code
/* CSS */
color: #7ad7cf;
background-color: #7ad7cf;
/* Tailwind (arbitrary) */
class="text-[#7ad7cf] bg-[#7ad7cf]"
/* SCSS */
$brand: #7ad7cf;
/* SwiftUI */
Color(red: 0.478, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#7ad7cf")Accessibility — WCAG contrast
Aa
#7ad7cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad7cf on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green84.3%
Blue81.2%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#7ad7cf text on a black background
contrast 12.45:1
Card sample
#7ad7cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad7cf;
Background color
Panel with #7ad7cf background
background-color: #7ad7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad7cf; background: linear-gradient(135deg, #7ad7cf, #7AA1D7);