#7ad3c1
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 211, 193
HSL
168°, 50%, 65%
CMYK
42, 0, 9, 17
Luminance
0.5458
Every format
| HEX | #7ad3c1 |
| RGB | rgb(122, 211, 193) |
| HSL | hsl(168, 50%, 65%) |
| CMYK | cmyk(42%, 0%, 9%, 17%) |
| LAB | lab(78.8 -31.0 0.6) |
| LCH | lch(78.8 31.0 179.0) |
| OKLCH | oklch(0.806 0.090 179.4) |
Copy-ready code
/* CSS */
color: #7ad3c1;
background-color: #7ad3c1;
/* Tailwind (arbitrary) */
class="text-[#7ad3c1] bg-[#7ad3c1]"
/* SCSS */
$brand: #7ad3c1;
/* SwiftUI */
Color(red: 0.478, green: 0.827, blue: 0.757)
/* Android */
Color.parseColor("#7ad3c1")Accessibility — WCAG contrast
Aa
#7ad3c1 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad3c1 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green82.7%
Blue75.7%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow8.5%
Key (black)17.3%
Color previews
#7ad3c1 text on a black background
contrast 11.92:1
Card sample
#7ad3c1 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad3c1;
Background color
Panel with #7ad3c1 background
background-color: #7ad3c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad3c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 211, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 211, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad3c1; background: linear-gradient(135deg, #7ad3c1, #7AAAD3);