#3bfd8c
a balanced, electric green · cool · closest name: aquamarine
RGB
59, 253, 140
HSL
145°, 98%, 61%
CMYK
77, 0, 45, 1
Luminance
0.7307
Every format
| HEX | #3bfd8c |
| RGB | rgb(59, 253, 140) |
| HSL | hsl(145, 98%, 61%) |
| CMYK | cmyk(77%, 0%, 45%, 1%) |
| LAB | lab(88.5 -70.5 40.9) |
| LCH | lch(88.5 81.5 149.9) |
| OKLCH | oklch(0.877 0.215 152.0) |
Copy-ready code
/* CSS */
color: #3bfd8c;
background-color: #3bfd8c;
/* Tailwind (arbitrary) */
class="text-[#3bfd8c] bg-[#3bfd8c]"
/* SCSS */
$brand: #3bfd8c;
/* SwiftUI */
Color(red: 0.231, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#3bfd8c")Accessibility — WCAG contrast
Aa
#3bfd8c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfd8c on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green99.2%
Blue54.9%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#3bfd8c text on a black background
contrast 15.61:1
Card sample
#3bfd8c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfd8c;
Background color
Panel with #3bfd8c background
background-color: #3bfd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfd8c; background: linear-gradient(135deg, #3bfd8c, #3BEDFD);