#3cecad
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 236, 173
HSL
159°, 82%, 58%
CMYK
75, 0, 27, 8
Luminance
0.6397
Every format
| HEX | #3cecad |
| RGB | rgb(60, 236, 173) |
| HSL | hsl(159, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 27%, 8%) |
| LAB | lab(84.0 -58.0 18.2) |
| LCH | lch(84.0 60.8 162.6) |
| OKLCH | oklch(0.841 0.166 163.7) |
Copy-ready code
/* CSS */
color: #3cecad;
background-color: #3cecad;
/* Tailwind (arbitrary) */
class="text-[#3cecad] bg-[#3cecad]"
/* SCSS */
$brand: #3cecad;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#3cecad")Accessibility — WCAG contrast
Aa
#3cecad on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cecad on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue67.8%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#3cecad text on a black background
contrast 13.79:1
Card sample
#3cecad text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cecad;
Background color
Panel with #3cecad background
background-color: #3cecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cecad; background: linear-gradient(135deg, #3cecad, #3CB6EC);