#7adcba
a light, vivid green · cool · closest name: turquoise
RGB
122, 220, 186
HSL
159°, 58%, 67%
CMYK
45, 0, 16, 14
Luminance
0.5887
Every format
| HEX | #7adcba |
| RGB | rgb(122, 220, 186) |
| HSL | hsl(159, 58%, 67%) |
| CMYK | cmyk(45%, 0%, 16%, 14%) |
| LAB | lab(81.2 -36.8 7.8) |
| LCH | lch(81.2 37.6 168.0) |
| OKLCH | oklch(0.825 0.106 169.1) |
Copy-ready code
/* CSS */
color: #7adcba;
background-color: #7adcba;
/* Tailwind (arbitrary) */
class="text-[#7adcba] bg-[#7adcba]"
/* SCSS */
$brand: #7adcba;
/* SwiftUI */
Color(red: 0.478, green: 0.863, blue: 0.729)
/* Android */
Color.parseColor("#7adcba")Accessibility — WCAG contrast
Aa
#7adcba on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adcba on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.3%
Blue72.9%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow15.5%
Key (black)13.7%
Color previews
#7adcba text on a black background
contrast 12.77:1
Card sample
#7adcba text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adcba;
Background color
Panel with #7adcba background
background-color: #7adcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 220, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 220, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adcba; background: linear-gradient(135deg, #7adcba, #7ABDDC);