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