#7cecb4
a light, vivid green · cool · closest name: aquamarine
RGB
124, 236, 180
HSL
150°, 75%, 71%
CMYK
48, 0, 24, 8
Luminance
0.6757
Every format
| HEX | #7cecb4 |
| RGB | rgb(124, 236, 180) |
| HSL | hsl(150, 75%, 71%) |
| CMYK | cmyk(48%, 0%, 24%, 8%) |
| LAB | lab(85.8 -44.6 17.4) |
| LCH | lch(85.8 47.9 158.7) |
| OKLCH | oklch(0.862 0.131 160.1) |
Copy-ready code
/* CSS */
color: #7cecb4;
background-color: #7cecb4;
/* Tailwind (arbitrary) */
class="text-[#7cecb4] bg-[#7cecb4]"
/* SCSS */
$brand: #7cecb4;
/* SwiftUI */
Color(red: 0.486, green: 0.925, blue: 0.706)
/* Android */
Color.parseColor("#7cecb4")Accessibility — WCAG contrast
Aa
#7cecb4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cecb4 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.5%
Blue70.6%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow23.7%
Key (black)7.5%
Color previews
#7cecb4 text on a black background
contrast 14.51:1
Card sample
#7cecb4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cecb4;
Background color
Panel with #7cecb4 background
background-color: #7cecb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cecb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 236, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 236, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cecb4; background: linear-gradient(135deg, #7cecb4, #7CD9EC);