Emerald

#3BDE97

Green

Color Codes

All color formats for development

HEX
#3BDE97
RGB
rgb(59, 222, 151)
HSL
hsl(154, 71%, 55%)
OKLCH
oklch(0.801 0.167 159.4)
CMYK
cmyk(73%, 0%, 32%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#25D88A
2#21C07B
3#1CA86B
4#18905C
5#14784D
6#10603D
7#0C482E
8#08301F
9#04180F

Tints

Lighter variations

1#4EE1A2
2#62E4AC
3#76E8B6
4#89EBC1
5#9DEECB
6#B1F2D5
7#C4F5E0
8#D8F8EA
9#EBFCF5

Tones

Muted variations

1#43D696
2#4BCD95
3#53C594
4#5BBD93
5#64B592
6#6CAD91
7#74A590
8#7C9D8E
9#84948D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEF
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5E1
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEECA
BordersInactive statesPlaceholder text
400
66E5
#66E5AE
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE97
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C07B
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9962
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D46
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C462D
Primary textHigh emphasis contentDark headings
950
072C
#072C1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAEF;
  --emerald-200: #C6F5E1;
  --emerald-300: #9BEECA;
  --emerald-400: #66E5AE;
  --emerald-500: #3BDE97;
  --emerald-600: #21C07B;
  --emerald-700: #1A9962;
  --emerald-800: #126D46;
  --emerald-900: #0C462D;
  --emerald-950: #072C1C;
}
Generate More ShadesCreate PaletteConvert Color