#7aefec
a light, electric cyan · cool · closest name: turquoise
RGB
122, 239, 236
HSL
179°, 79%, 71%
CMYK
49, 0, 1, 6
Luminance
0.7193
Every format
| HEX | #7aefec |
| RGB | rgb(122, 239, 236) |
| HSL | hsl(179, 79%, 71%) |
| CMYK | cmyk(49%, 0%, 1%, 6%) |
| LAB | lab(87.9 -33.8 -8.8) |
| LCH | lch(87.9 34.9 194.5) |
| OKLCH | oklch(0.883 0.106 193.2) |
Copy-ready code
/* CSS */
color: #7aefec;
background-color: #7aefec;
/* Tailwind (arbitrary) */
class="text-[#7aefec] bg-[#7aefec]"
/* SCSS */
$brand: #7aefec;
/* SwiftUI */
Color(red: 0.478, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#7aefec")Accessibility — WCAG contrast
Aa
#7aefec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aefec on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green93.7%
Blue92.5%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#7aefec text on a black background
contrast 15.39:1
Card sample
#7aefec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aefec;
Background color
Panel with #7aefec background
background-color: #7aefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aefec; background: linear-gradient(135deg, #7aefec, #7AA4EF);