#3cf68f
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 246, 143
HSL
147°, 91%, 60%
CMYK
76, 0, 42, 4
Luminance
0.6886
Every format
| HEX | #3cf68f |
| RGB | rgb(60, 246, 143) |
| HSL | hsl(147, 91%, 60%) |
| CMYK | cmyk(76%, 0%, 42%, 4%) |
| LAB | lab(86.4 -67.5 36.8) |
| LCH | lch(86.4 76.9 151.4) |
| OKLCH | oklch(0.860 0.203 153.4) |
Copy-ready code
/* CSS */
color: #3cf68f;
background-color: #3cf68f;
/* Tailwind (arbitrary) */
class="text-[#3cf68f] bg-[#3cf68f]"
/* SCSS */
$brand: #3cf68f;
/* SwiftUI */
Color(red: 0.235, green: 0.965, blue: 0.561)
/* Android */
Color.parseColor("#3cf68f")Accessibility — WCAG contrast
Aa
#3cf68f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf68f on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green96.5%
Blue56.1%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow41.9%
Key (black)3.5%
Color previews
#3cf68f text on a black background
contrast 14.77:1
Card sample
#3cf68f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf68f;
Background color
Panel with #3cf68f background
background-color: #3cf68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 246, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 246, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf68f; background: linear-gradient(135deg, #3cf68f, #3CE1F6);