#7eedce
a light, electric cyan · cool · closest name: aquamarine
RGB
126, 237, 206
HSL
163°, 76%, 71%
CMYK
47, 0, 13, 7
Luminance
0.6946
Every format
| HEX | #7eedce |
| RGB | rgb(126, 237, 206) |
| HSL | hsl(163, 76%, 71%) |
| CMYK | cmyk(47%, 0%, 13%, 7%) |
| LAB | lab(86.7 -39.1 5.2) |
| LCH | lch(86.7 39.5 172.4) |
| OKLCH | oklch(0.871 0.112 173.3) |
Copy-ready code
/* CSS */
color: #7eedce;
background-color: #7eedce;
/* Tailwind (arbitrary) */
class="text-[#7eedce] bg-[#7eedce]"
/* SCSS */
$brand: #7eedce;
/* SwiftUI */
Color(red: 0.494, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#7eedce")Accessibility — WCAG contrast
Aa
#7eedce on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eedce on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.9%
Blue80.8%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow13.1%
Key (black)7.1%
Color previews
#7eedce text on a black background
contrast 14.89:1
Card sample
#7eedce text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eedce;
Background color
Panel with #7eedce background
background-color: #7eedce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eedce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eedce; background: linear-gradient(135deg, #7eedce, #7EC2ED);