#6ae080
a balanced, vivid green · cool · closest name: aquamarine
RGB
106, 224, 128
HSL
131°, 66%, 65%
CMYK
53, 0, 43, 12
Luminance
0.5793
Every format
| HEX | #6ae080 |
| RGB | rgb(106, 224, 128) |
| HSL | hsl(131, 66%, 65%) |
| CMYK | cmyk(53%, 0%, 43%, 12%) |
| LAB | lab(80.7 -53.4 37.0) |
| LCH | lch(80.7 65.0 145.2) |
| OKLCH | oklch(0.815 0.171 147.8) |
Copy-ready code
/* CSS */
color: #6ae080;
background-color: #6ae080;
/* Tailwind (arbitrary) */
class="text-[#6ae080] bg-[#6ae080]"
/* SCSS */
$brand: #6ae080;
/* SwiftUI */
Color(red: 0.416, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#6ae080")Accessibility — WCAG contrast
Aa
#6ae080 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ae080 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green87.8%
Blue50.2%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#6ae080 text on a black background
contrast 12.59:1
Card sample
#6ae080 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ae080;
Background color
Panel with #6ae080 background
background-color: #6ae080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ae080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ae080; background: linear-gradient(135deg, #6ae080, #6AE0CF);