#7aeadf
a light, vivid cyan · cool · closest name: turquoise
RGB
122, 234, 223
HSL
174°, 73%, 70%
CMYK
48, 0, 5, 8
Luminance
0.6831
Every format
| HEX | #7aeadf |
| RGB | rgb(122, 234, 223) |
| HSL | hsl(174, 73%, 70%) |
| CMYK | cmyk(48%, 0%, 5%, 8%) |
| LAB | lab(86.2 -34.7 -4.6) |
| LCH | lch(86.2 35.0 187.5) |
| OKLCH | oklch(0.868 0.104 187.1) |
Copy-ready code
/* CSS */
color: #7aeadf;
background-color: #7aeadf;
/* Tailwind (arbitrary) */
class="text-[#7aeadf] bg-[#7aeadf]"
/* SCSS */
$brand: #7aeadf;
/* SwiftUI */
Color(red: 0.478, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#7aeadf")Accessibility — WCAG contrast
Aa
#7aeadf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aeadf on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.8%
Blue87.5%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#7aeadf text on a black background
contrast 14.66:1
Card sample
#7aeadf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aeadf;
Background color
Panel with #7aeadf background
background-color: #7aeadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aeadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aeadf; background: linear-gradient(135deg, #7aeadf, #7AAAEA);