#7cdcb8
a light, vivid green · cool · closest name: aquamarine
RGB
124, 220, 184
HSL
158°, 58%, 68%
CMYK
44, 0, 16, 14
Luminance
0.5893
Every format
| HEX | #7cdcb8 |
| RGB | rgb(124, 220, 184) |
| HSL | hsl(158, 58%, 68%) |
| CMYK | cmyk(44%, 0%, 16%, 14%) |
| LAB | lab(81.3 -36.7 8.9) |
| LCH | lch(81.3 37.8 166.4) |
| OKLCH | oklch(0.825 0.106 167.5) |
Copy-ready code
/* CSS */
color: #7cdcb8;
background-color: #7cdcb8;
/* Tailwind (arbitrary) */
class="text-[#7cdcb8] bg-[#7cdcb8]"
/* SCSS */
$brand: #7cdcb8;
/* SwiftUI */
Color(red: 0.486, green: 0.863, blue: 0.722)
/* Android */
Color.parseColor("#7cdcb8")Accessibility — WCAG contrast
Aa
#7cdcb8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdcb8 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.3%
Blue72.2%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow16.4%
Key (black)13.7%
Color previews
#7cdcb8 text on a black background
contrast 12.79:1
Card sample
#7cdcb8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdcb8;
Background color
Panel with #7cdcb8 background
background-color: #7cdcb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdcb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 220, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 220, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdcb8; background: linear-gradient(135deg, #7cdcb8, #7CC0DC);