#6cecad
a light, electric green · cool · closest name: aquamarine
RGB
108, 236, 173
HSL
151°, 77%, 68%
CMYK
54, 0, 27, 8
Luminance
0.6620
Every format
| HEX | #6cecad |
| RGB | rgb(108, 236, 173) |
| HSL | hsl(151, 77%, 68%) |
| CMYK | cmyk(54%, 0%, 27%, 8%) |
| LAB | lab(85.1 -49.8 20.0) |
| LCH | lch(85.1 53.7 158.1) |
| OKLCH | oklch(0.854 0.146 159.5) |
Copy-ready code
/* CSS */
color: #6cecad;
background-color: #6cecad;
/* Tailwind (arbitrary) */
class="text-[#6cecad] bg-[#6cecad]"
/* SCSS */
$brand: #6cecad;
/* SwiftUI */
Color(red: 0.424, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#6cecad")Accessibility — WCAG contrast
Aa
#6cecad on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cecad on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.5%
Blue67.8%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#6cecad text on a black background
contrast 14.24:1
Card sample
#6cecad text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cecad;
Background color
Panel with #6cecad background
background-color: #6cecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cecad; background: linear-gradient(135deg, #6cecad, #6CD6EC);