#3cdb8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
60, 219, 143
HSL
151°, 69%, 55%
CMYK
73, 0, 35, 14
Luminance
0.5361
Every format
| HEX | #3cdb8f |
| RGB | rgb(60, 219, 143) |
| HSL | hsl(151, 69%, 55%) |
| CMYK | cmyk(73%, 0%, 35%, 14%) |
| LAB | lab(78.2 -57.8 25.9) |
| LCH | lch(78.2 63.3 155.8) |
| OKLCH | oklch(0.792 0.170 157.4) |
Copy-ready code
/* CSS */
color: #3cdb8f;
background-color: #3cdb8f;
/* Tailwind (arbitrary) */
class="text-[#3cdb8f] bg-[#3cdb8f]"
/* SCSS */
$brand: #3cdb8f;
/* SwiftUI */
Color(red: 0.235, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#3cdb8f")Accessibility — WCAG contrast
Aa
#3cdb8f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdb8f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.9%
Blue56.1%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow34.7%
Key (black)14.1%
Color previews
#3cdb8f text on a black background
contrast 11.72:1
Card sample
#3cdb8f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdb8f;
Background color
Panel with #3cdb8f background
background-color: #3cdb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdb8f; background: linear-gradient(135deg, #3cdb8f, #3CBDDB);