#7adebf
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 222, 191
HSL
161°, 60%, 68%
CMYK
45, 0, 14, 13
Luminance
0.6014
Every format
| HEX | #7adebf |
| RGB | rgb(122, 222, 191) |
| HSL | hsl(161, 60%, 68%) |
| CMYK | cmyk(45%, 0%, 14%, 13%) |
| LAB | lab(81.9 -36.6 6.1) |
| LCH | lch(81.9 37.1 170.5) |
| OKLCH | oklch(0.831 0.105 171.4) |
Copy-ready code
/* CSS */
color: #7adebf;
background-color: #7adebf;
/* Tailwind (arbitrary) */
class="text-[#7adebf] bg-[#7adebf]"
/* SCSS */
$brand: #7adebf;
/* SwiftUI */
Color(red: 0.478, green: 0.871, blue: 0.749)
/* Android */
Color.parseColor("#7adebf")Accessibility — WCAG contrast
Aa
#7adebf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adebf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.1%
Blue74.9%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow14.0%
Key (black)12.9%
Color previews
#7adebf text on a black background
contrast 13.03:1
Card sample
#7adebf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adebf;
Background color
Panel with #7adebf background
background-color: #7adebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 222, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 222, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adebf; background: linear-gradient(135deg, #7adebf, #7ABADE);