#7adace
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 218, 206
HSL
173°, 57%, 67%
CMYK
44, 0, 6, 15
Luminance
0.5874
Every format
| HEX | #7adace |
| RGB | rgb(122, 218, 206) |
| HSL | hsl(173, 57%, 67%) |
| CMYK | cmyk(44%, 0%, 6%, 15%) |
| LAB | lab(81.1 -31.3 -3.0) |
| LCH | lch(81.1 31.4 185.4) |
| OKLCH | oklch(0.826 0.093 185.2) |
Copy-ready code
/* CSS */
color: #7adace;
background-color: #7adace;
/* Tailwind (arbitrary) */
class="text-[#7adace] bg-[#7adace]"
/* SCSS */
$brand: #7adace;
/* SwiftUI */
Color(red: 0.478, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#7adace")Accessibility — WCAG contrast
Aa
#7adace on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adace on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green85.5%
Blue80.8%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#7adace text on a black background
contrast 12.75:1
Card sample
#7adace text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adace;
Background color
Panel with #7adace background
background-color: #7adace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adace; background: linear-gradient(135deg, #7adace, #7AA6DA);