#7aead0
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 234, 208
HSL
166°, 73%, 70%
CMYK
48, 0, 11, 8
Luminance
0.6754
Every format
| HEX | #7aead0 |
| RGB | rgb(122, 234, 208) |
| HSL | hsl(166, 73%, 70%) |
| CMYK | cmyk(48%, 0%, 11%, 8%) |
| LAB | lab(85.8 -38.2 2.8) |
| LCH | lch(85.8 38.3 175.9) |
| OKLCH | oklch(0.863 0.110 176.5) |
Copy-ready code
/* CSS */
color: #7aead0;
background-color: #7aead0;
/* Tailwind (arbitrary) */
class="text-[#7aead0] bg-[#7aead0]"
/* SCSS */
$brand: #7aead0;
/* SwiftUI */
Color(red: 0.478, green: 0.918, blue: 0.816)
/* Android */
Color.parseColor("#7aead0")Accessibility — WCAG contrast
Aa
#7aead0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aead0 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.8%
Blue81.6%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow11.1%
Key (black)8.2%
Color previews
#7aead0 text on a black background
contrast 14.51:1
Card sample
#7aead0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aead0;
Background color
Panel with #7aead0 background
background-color: #7aead0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aead0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 234, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 234, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aead0; background: linear-gradient(135deg, #7aead0, #7AB9EA);