#7aebc2
a light, vivid green · cool · closest name: aquamarine
RGB
122, 235, 194
HSL
158°, 74%, 70%
CMYK
48, 0, 17, 8
Luminance
0.6745
Every format
| HEX | #7aebc2 |
| RGB | rgb(122, 235, 194) |
| HSL | hsl(158, 74%, 70%) |
| CMYK | cmyk(48%, 0%, 17%, 8%) |
| LAB | lab(85.7 -41.8 10.0) |
| LCH | lch(85.7 43.0 166.5) |
| OKLCH | oklch(0.862 0.120 167.6) |
Copy-ready code
/* CSS */
color: #7aebc2;
background-color: #7aebc2;
/* Tailwind (arbitrary) */
class="text-[#7aebc2] bg-[#7aebc2]"
/* SCSS */
$brand: #7aebc2;
/* SwiftUI */
Color(red: 0.478, green: 0.922, blue: 0.761)
/* Android */
Color.parseColor("#7aebc2")Accessibility — WCAG contrast
Aa
#7aebc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aebc2 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.2%
Blue76.1%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow17.4%
Key (black)7.8%
Color previews
#7aebc2 text on a black background
contrast 14.49:1
Card sample
#7aebc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aebc2;
Background color
Panel with #7aebc2 background
background-color: #7aebc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aebc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 235, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 235, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aebc2; background: linear-gradient(135deg, #7aebc2, #7AC9EB);