Emerald

#3BDE61

Green

Color Codes

All color formats for development

HEX
#3BDE61
RGB
rgb(59, 222, 97)
HSL
hsl(134, 71%, 55%)
OKLCH
oklch(0.792 0.214 147)
CMYK
cmyk(73%, 0%, 56%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.81: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#25D84E
2#21C046
3#1CA83D
4#189034
5#14782C
6#106023
7#0C481A
8#083011
9#041809

Tints

Lighter variations

1#4EE171
2#62E480
3#76E890
4#89EBA0
5#9DEEB0
6#B1F2C0
7#C4F5D0
8#D8F8DF
9#EBFCEF

Tones

Muted variations

1#43D665
2#4BCD69
3#53C56E
4#5BBD72
5#64B577
6#6CAD7B
7#74A57F
8#7C9D84
9#849488

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE6
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5D1
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEAE
BordersInactive statesPlaceholder text
400
66E5
#66E584
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE61
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C046
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9937
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D28
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4619
Primary textHigh emphasis contentDark headings
950
072C
#072C10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE6;
  --emerald-200: #C6F5D1;
  --emerald-300: #9BEEAE;
  --emerald-400: #66E584;
  --emerald-500: #3BDE61;
  --emerald-600: #21C046;
  --emerald-700: #1A9937;
  --emerald-800: #126D28;
  --emerald-900: #0C4619;
  --emerald-950: #072C10;
}
Generate More ShadesCreate PaletteConvert Color