#6ad899
a balanced, vivid green · cool · closest name: aquamarine
RGB
106, 216, 153
HSL
146°, 59%, 63%
CMYK
51, 0, 29, 15
Luminance
0.5448
Every format
| HEX | #6ad899 |
| RGB | rgb(106, 216, 153) |
| HSL | hsl(146, 59%, 63%) |
| CMYK | cmyk(51%, 0%, 29%, 15%) |
| LAB | lab(78.7 -45.8 21.6) |
| LCH | lch(78.7 50.6 154.7) |
| OKLCH | oklch(0.801 0.137 156.3) |
Copy-ready code
/* CSS */
color: #6ad899;
background-color: #6ad899;
/* Tailwind (arbitrary) */
class="text-[#6ad899] bg-[#6ad899]"
/* SCSS */
$brand: #6ad899;
/* SwiftUI */
Color(red: 0.416, green: 0.847, blue: 0.600)
/* Android */
Color.parseColor("#6ad899")Accessibility — WCAG contrast
Aa
#6ad899 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad899 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green84.7%
Blue60.0%
CMYK percentages
Cyan50.9%
Magenta0.0%
Yellow29.2%
Key (black)15.3%
Color previews
#6ad899 text on a black background
contrast 11.90:1
Card sample
#6ad899 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad899;
Background color
Panel with #6ad899 background
background-color: #6ad899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 216, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 216, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad899; background: linear-gradient(135deg, #6ad899, #6ACED8);