#6ce4a2
a light, vivid green · cool · closest name: aquamarine
RGB
108, 228, 162
HSL
147°, 69%, 66%
CMYK
53, 0, 29, 11
Luminance
0.6128
Every format
| HEX | #6ce4a2 |
| RGB | rgb(108, 228, 162) |
| HSL | hsl(147, 69%, 66%) |
| CMYK | cmyk(53%, 0%, 29%, 11%) |
| LAB | lab(82.5 -48.6 22.2) |
| LCH | lch(82.5 53.4 155.5) |
| OKLCH | oklch(0.832 0.144 157.1) |
Copy-ready code
/* CSS */
color: #6ce4a2;
background-color: #6ce4a2;
/* Tailwind (arbitrary) */
class="text-[#6ce4a2] bg-[#6ce4a2]"
/* SCSS */
$brand: #6ce4a2;
/* SwiftUI */
Color(red: 0.424, green: 0.894, blue: 0.635)
/* Android */
Color.parseColor("#6ce4a2")Accessibility — WCAG contrast
Aa
#6ce4a2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce4a2 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green89.4%
Blue63.5%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow28.9%
Key (black)10.6%
Color previews
#6ce4a2 text on a black background
contrast 13.26:1
Card sample
#6ce4a2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce4a2;
Background color
Panel with #6ce4a2 background
background-color: #6ce4a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce4a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 228, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 228, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce4a2; background: linear-gradient(135deg, #6ce4a2, #6CD6E4);