#6cd87f
a balanced, vivid green · cool · closest name: aquamarine
RGB
108, 216, 127
HSL
131°, 58%, 64%
CMYK
50, 0, 41, 15
Luminance
0.5383
Every format
| HEX | #6cd87f |
| RGB | rgb(108, 216, 127) |
| HSL | hsl(131, 58%, 64%) |
| CMYK | cmyk(50%, 0%, 41%, 15%) |
| LAB | lab(78.4 -49.8 34.5) |
| LCH | lch(78.4 60.6 145.3) |
| OKLCH | oklch(0.796 0.160 147.7) |
Copy-ready code
/* CSS */
color: #6cd87f;
background-color: #6cd87f;
/* Tailwind (arbitrary) */
class="text-[#6cd87f] bg-[#6cd87f]"
/* SCSS */
$brand: #6cd87f;
/* SwiftUI */
Color(red: 0.424, green: 0.847, blue: 0.498)
/* Android */
Color.parseColor("#6cd87f")Accessibility — WCAG contrast
Aa
#6cd87f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd87f on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green84.7%
Blue49.8%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow41.2%
Key (black)15.3%
Color previews
#6cd87f text on a black background
contrast 11.77:1
Card sample
#6cd87f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd87f;
Background color
Panel with #6cd87f background
background-color: #6cd87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 216, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 216, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd87f; background: linear-gradient(135deg, #6cd87f, #6CD8C7);