#3be384
a balanced, electric green · cool · closest name: aquamarine
RGB
59, 227, 132
HSL
146°, 75%, 56%
CMYK
74, 0, 42, 11
Luminance
0.5753
Every format
| HEX | #3be384 |
| RGB | rgb(59, 227, 132) |
| HSL | hsl(146, 75%, 56%) |
| CMYK | cmyk(74%, 0%, 42%, 11%) |
| LAB | lab(80.5 -62.9 34.5) |
| LCH | lch(80.5 71.8 151.2) |
| OKLCH | oklch(0.810 0.190 153.2) |
Copy-ready code
/* CSS */
color: #3be384;
background-color: #3be384;
/* Tailwind (arbitrary) */
class="text-[#3be384] bg-[#3be384]"
/* SCSS */
$brand: #3be384;
/* SwiftUI */
Color(red: 0.231, green: 0.890, blue: 0.518)
/* Android */
Color.parseColor("#3be384")Accessibility — WCAG contrast
Aa
#3be384 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3be384 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green89.0%
Blue51.8%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow41.9%
Key (black)11.0%
Color previews
#3be384 text on a black background
contrast 12.51:1
Card sample
#3be384 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3be384;
Background color
Panel with #3be384 background
background-color: #3be384;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3be384;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 227, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 227, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3be384; background: linear-gradient(135deg, #3be384, #3BD2E3);