#7eebc9
a light, vivid cyan · cool · closest name: aquamarine
RGB
126, 235, 201
HSL
161°, 73%, 71%
CMYK
46, 0, 15, 8
Luminance
0.6807
Every format
| HEX | #7eebc9 |
| RGB | rgb(126, 235, 201) |
| HSL | hsl(161, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 15%, 8%) |
| LAB | lab(86.0 -39.3 6.8) |
| LCH | lch(86.0 39.9 170.1) |
| OKLCH | oklch(0.865 0.113 171.1) |
Copy-ready code
/* CSS */
color: #7eebc9;
background-color: #7eebc9;
/* Tailwind (arbitrary) */
class="text-[#7eebc9] bg-[#7eebc9]"
/* SCSS */
$brand: #7eebc9;
/* SwiftUI */
Color(red: 0.494, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#7eebc9")Accessibility — WCAG contrast
Aa
#7eebc9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eebc9 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.2%
Blue78.8%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#7eebc9 text on a black background
contrast 14.61:1
Card sample
#7eebc9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eebc9;
Background color
Panel with #7eebc9 background
background-color: #7eebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eebc9; background: linear-gradient(135deg, #7eebc9, #7EC4EB);