#7cdb8f
a light, vivid green · cool · closest name: aquamarine
RGB
124, 219, 143
HSL
132°, 57%, 67%
CMYK
43, 0, 35, 14
Luminance
0.5693
Every format
| HEX | #7cdb8f |
| RGB | rgb(124, 219, 143) |
| HSL | hsl(132, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 35%, 14%) |
| LAB | lab(80.1 -44.1 28.8) |
| LCH | lch(80.1 52.7 146.8) |
| OKLCH | oklch(0.813 0.140 149.0) |
Copy-ready code
/* CSS */
color: #7cdb8f;
background-color: #7cdb8f;
/* Tailwind (arbitrary) */
class="text-[#7cdb8f] bg-[#7cdb8f]"
/* SCSS */
$brand: #7cdb8f;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#7cdb8f")Accessibility — WCAG contrast
Aa
#7cdb8f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdb8f on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue56.1%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow34.7%
Key (black)14.1%
Color previews
#7cdb8f text on a black background
contrast 12.39:1
Card sample
#7cdb8f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdb8f;
Background color
Panel with #7cdb8f background
background-color: #7cdb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdb8f; background: linear-gradient(135deg, #7cdb8f, #7CDBCE);