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