#3cdba1
a balanced, vivid green · cool · closest name: aquamarine
RGB
60, 219, 161
HSL
158°, 69%, 55%
CMYK
73, 0, 27, 14
Luminance
0.5420
Every format
| HEX | #3cdba1 |
| RGB | rgb(60, 219, 161) |
| HSL | hsl(158, 69%, 55%) |
| CMYK | cmyk(73%, 0%, 27%, 14%) |
| LAB | lab(78.6 -54.0 17.0) |
| LCH | lch(78.6 56.6 162.5) |
| OKLCH | oklch(0.796 0.154 163.7) |
Copy-ready code
/* CSS */
color: #3cdba1;
background-color: #3cdba1;
/* Tailwind (arbitrary) */
class="text-[#3cdba1] bg-[#3cdba1]"
/* SCSS */
$brand: #3cdba1;
/* SwiftUI */
Color(red: 0.235, green: 0.859, blue: 0.631)
/* Android */
Color.parseColor("#3cdba1")Accessibility — WCAG contrast
Aa
#3cdba1 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdba1 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.9%
Blue63.1%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow26.5%
Key (black)14.1%
Color previews
#3cdba1 text on a black background
contrast 11.84:1
Card sample
#3cdba1 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdba1;
Background color
Panel with #3cdba1 background
background-color: #3cdba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 219, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 219, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdba1; background: linear-gradient(135deg, #3cdba1, #3CABDB);