#7cdb9f
a light, vivid green · cool · closest name: aquamarine
RGB
124, 219, 159
HSL
142°, 57%, 67%
CMYK
43, 0, 27, 14
Luminance
0.5745
Every format
| HEX | #7cdb9f |
| RGB | rgb(124, 219, 159) |
| HSL | hsl(142, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 27%, 14%) |
| LAB | lab(80.4 -41.3 20.9) |
| LCH | lch(80.4 46.3 153.1) |
| OKLCH | oklch(0.817 0.125 154.8) |
Copy-ready code
/* CSS */
color: #7cdb9f;
background-color: #7cdb9f;
/* Tailwind (arbitrary) */
class="text-[#7cdb9f] bg-[#7cdb9f]"
/* SCSS */
$brand: #7cdb9f;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.624)
/* Android */
Color.parseColor("#7cdb9f")Accessibility — WCAG contrast
Aa
#7cdb9f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdb9f on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue62.4%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow27.4%
Key (black)14.1%
Color previews
#7cdb9f text on a black background
contrast 12.49:1
Card sample
#7cdb9f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdb9f;
Background color
Panel with #7cdb9f background
background-color: #7cdb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdb9f; background: linear-gradient(135deg, #7cdb9f, #7CD8DB);