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