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