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