#7aeaf1
a light, electric cyan · cool · closest name: turquoise
RGB
122, 234, 241
HSL
184°, 81%, 71%
CMYK
49, 3, 0, 6
Luminance
0.6933
Every format
| HEX | #7aeaf1 |
| RGB | rgb(122, 234, 241) |
| HSL | hsl(184, 81%, 71%) |
| CMYK | cmyk(49%, 3%, 0%, 6%) |
| LAB | lab(86.7 -30.2 -13.3) |
| LCH | lch(86.7 33.0 203.7) |
| OKLCH | oklch(0.874 0.103 200.8) |
Copy-ready code
/* CSS */
color: #7aeaf1;
background-color: #7aeaf1;
/* Tailwind (arbitrary) */
class="text-[#7aeaf1] bg-[#7aeaf1]"
/* SCSS */
$brand: #7aeaf1;
/* SwiftUI */
Color(red: 0.478, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#7aeaf1")Accessibility — WCAG contrast
Aa
#7aeaf1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aeaf1 on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.8%
Blue94.5%
CMYK percentages
Cyan49.4%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#7aeaf1 text on a black background
contrast 14.87:1
Card sample
#7aeaf1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aeaf1;
Background color
Panel with #7aeaf1 background
background-color: #7aeaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aeaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aeaf1; background: linear-gradient(135deg, #7aeaf1, #7A9BF1);