#3ce89f
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 232, 159
HSL
155°, 79%, 57%
CMYK
74, 0, 32, 9
Luminance
0.6118
Every format
| HEX | #3ce89f |
| RGB | rgb(60, 232, 159) |
| HSL | hsl(155, 79%, 57%) |
| CMYK | cmyk(74%, 0%, 32%, 9%) |
| LAB | lab(82.5 -59.5 23.4) |
| LCH | lch(82.5 63.9 158.5) |
| OKLCH | oklch(0.828 0.172 159.8) |
Copy-ready code
/* CSS */
color: #3ce89f;
background-color: #3ce89f;
/* Tailwind (arbitrary) */
class="text-[#3ce89f] bg-[#3ce89f]"
/* SCSS */
$brand: #3ce89f;
/* SwiftUI */
Color(red: 0.235, green: 0.910, blue: 0.624)
/* Android */
Color.parseColor("#3ce89f")Accessibility — WCAG contrast
Aa
#3ce89f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce89f on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.0%
Blue62.4%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow31.5%
Key (black)9.0%
Color previews
#3ce89f text on a black background
contrast 13.24:1
Card sample
#3ce89f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce89f;
Background color
Panel with #3ce89f background
background-color: #3ce89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 232, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 232, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce89f; background: linear-gradient(135deg, #3ce89f, #3CBFE8);