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