#7adbbf
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 219, 191
HSL
163°, 57%, 67%
CMYK
44, 0, 13, 14
Luminance
0.5856
Every format
| HEX | #7adbbf |
| RGB | rgb(122, 219, 191) |
| HSL | hsl(163, 57%, 67%) |
| CMYK | cmyk(44%, 0%, 13%, 14%) |
| LAB | lab(81.0 -35.2 4.9) |
| LCH | lch(81.0 35.5 172.1) |
| OKLCH | oklch(0.824 0.101 173.0) |
Copy-ready code
/* CSS */
color: #7adbbf;
background-color: #7adbbf;
/* Tailwind (arbitrary) */
class="text-[#7adbbf] bg-[#7adbbf]"
/* SCSS */
$brand: #7adbbf;
/* SwiftUI */
Color(red: 0.478, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#7adbbf")Accessibility — WCAG contrast
Aa
#7adbbf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adbbf on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green85.9%
Blue74.9%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#7adbbf text on a black background
contrast 12.71:1
Card sample
#7adbbf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adbbf;
Background color
Panel with #7adbbf background
background-color: #7adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adbbf; background: linear-gradient(135deg, #7adbbf, #7AB6DB);