#7adfdc
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 223, 220
HSL
178°, 61%, 68%
CMYK
45, 0, 1, 13
Luminance
0.6208
Every format
| HEX | #7adfdc |
| RGB | rgb(122, 223, 220) |
| HSL | hsl(178, 61%, 68%) |
| CMYK | cmyk(45%, 0%, 1%, 13%) |
| LAB | lab(83.0 -30.2 -7.7) |
| LCH | lch(83.0 31.2 194.3) |
| OKLCH | oklch(0.842 0.095 193.0) |
Copy-ready code
/* CSS */
color: #7adfdc;
background-color: #7adfdc;
/* Tailwind (arbitrary) */
class="text-[#7adfdc] bg-[#7adfdc]"
/* SCSS */
$brand: #7adfdc;
/* SwiftUI */
Color(red: 0.478, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#7adfdc")Accessibility — WCAG contrast
Aa
#7adfdc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adfdc on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.5%
Blue86.3%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow1.3%
Key (black)12.5%
Color previews
#7adfdc text on a black background
contrast 13.42:1
Card sample
#7adfdc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adfdc;
Background color
Panel with #7adfdc background
background-color: #7adfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adfdc; background: linear-gradient(135deg, #7adfdc, #7A9FDF);