#3cf39b
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 243, 155
HSL
151°, 88%, 59%
CMYK
75, 0, 36, 5
Luminance
0.6743
Every format
| HEX | #3cf39b |
| RGB | rgb(60, 243, 155) |
| HSL | hsl(151, 88%, 59%) |
| CMYK | cmyk(75%, 0%, 36%, 5%) |
| LAB | lab(85.7 -64.3 29.9) |
| LCH | lch(85.7 70.9 155.1) |
| OKLCH | oklch(0.855 0.189 156.7) |
Copy-ready code
/* CSS */
color: #3cf39b;
background-color: #3cf39b;
/* Tailwind (arbitrary) */
class="text-[#3cf39b] bg-[#3cf39b]"
/* SCSS */
$brand: #3cf39b;
/* SwiftUI */
Color(red: 0.235, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#3cf39b")Accessibility — WCAG contrast
Aa
#3cf39b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf39b on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green95.3%
Blue60.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow36.2%
Key (black)4.7%
Color previews
#3cf39b text on a black background
contrast 14.49:1
Card sample
#3cf39b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf39b;
Background color
Panel with #3cf39b background
background-color: #3cf39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf39b; background: linear-gradient(135deg, #3cf39b, #3CD1F3);