#6ace8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
106, 206, 140
HSL
140°, 51%, 61%
CMYK
49, 0, 32, 19
Luminance
0.4910
Every format
| HEX | #6ace8c |
| RGB | rgb(106, 206, 140) |
| HSL | hsl(140, 51%, 61%) |
| CMYK | cmyk(49%, 0%, 32%, 19%) |
| LAB | lab(75.5 -43.9 24.0) |
| LCH | lch(75.5 50.1 151.3) |
| OKLCH | oklch(0.774 0.134 153.1) |
Copy-ready code
/* CSS */
color: #6ace8c;
background-color: #6ace8c;
/* Tailwind (arbitrary) */
class="text-[#6ace8c] bg-[#6ace8c]"
/* SCSS */
$brand: #6ace8c;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.549)
/* Android */
Color.parseColor("#6ace8c")Accessibility — WCAG contrast
Aa
#6ace8c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ace8c on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue54.9%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow32.0%
Key (black)19.2%
Color previews
#6ace8c text on a black background
contrast 10.82:1
Card sample
#6ace8c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ace8c;
Background color
Panel with #6ace8c background
background-color: #6ace8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ace8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ace8c; background: linear-gradient(135deg, #6ace8c, #6ACDCE);