#7aebc9
a light, vivid cyan · cool · closest name: aquamarine
RGB
122, 235, 201
HSL
162°, 74%, 70%
CMYK
48, 0, 15, 8
Luminance
0.6777
Every format
| HEX | #7aebc9 |
| RGB | rgb(122, 235, 201) |
| HSL | hsl(162, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 15%, 8%) |
| LAB | lab(85.9 -40.3 6.6) |
| LCH | lch(85.9 40.8 170.7) |
| OKLCH | oklch(0.864 0.115 171.6) |
Copy-ready code
/* CSS */
color: #7aebc9;
background-color: #7aebc9;
/* Tailwind (arbitrary) */
class="text-[#7aebc9] bg-[#7aebc9]"
/* SCSS */
$brand: #7aebc9;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#7aebc9")Accessibility — WCAG contrast
Aa
#7aebc9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebc9 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue78.8%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#7aebc9 text on a black background
contrast 14.55:1
Card sample
#7aebc9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebc9;
Background color
Panel with #7aebc9 background
background-color: #7aebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebc9; background: linear-gradient(135deg, #7aebc9, #7AC2EB);