#7cdba9
a light, vivid green · cool · closest name: aquamarine
RGB
124, 219, 169
HSL
148°, 57%, 67%
CMYK
43, 0, 23, 14
Luminance
0.5781
Every format
| HEX | #7cdba9 |
| RGB | rgb(124, 219, 169) |
| HSL | hsl(148, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 23%, 14%) |
| LAB | lab(80.6 -39.3 16.0) |
| LCH | lch(80.6 42.5 157.9) |
| OKLCH | oklch(0.819 0.116 159.4) |
Copy-ready code
/* CSS */
color: #7cdba9;
background-color: #7cdba9;
/* Tailwind (arbitrary) */
class="text-[#7cdba9] bg-[#7cdba9]"
/* SCSS */
$brand: #7cdba9;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#7cdba9")Accessibility — WCAG contrast
Aa
#7cdba9 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdba9 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue66.3%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow22.8%
Key (black)14.1%
Color previews
#7cdba9 text on a black background
contrast 12.56:1
Card sample
#7cdba9 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdba9;
Background color
Panel with #7cdba9 background
background-color: #7cdba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdba9; background: linear-gradient(135deg, #7cdba9, #7CCEDB);