Emerald

#3BDE5E

Green

Color Codes

All color formats for development

HEX
#3BDE5E
RGB
rgb(59, 222, 94)
HSL
hsl(133, 71%, 55%)
OKLCH
oklch(0.792 0.216 146.5)
CMYK
cmyk(73%, 0%, 58%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.80: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#25D84B
2#21C043
3#1CA83B
4#189032
5#14782A
6#106022
7#0C4819
8#083011
9#041808

Tints

Lighter variations

1#4EE16E
2#62E47E
3#76E88E
4#89EB9E
5#9DEEAF
6#B1F2BF
7#C4F5CF
8#D8F8DF
9#EBFCEF

Tones

Muted variations

1#43D663
2#4BCD67
3#53C56C
4#5BBD71
5#64B575
6#6CAD7A
7#74A57E
8#7C9D83
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
#9BEEAD
BordersInactive statesPlaceholder text
400
66E5
#66E582
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE5E
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C043
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9935
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D26
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4618
Primary textHigh emphasis contentDark headings
950
072C
#072C0F
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: #9BEEAD;
  --emerald-400: #66E582;
  --emerald-500: #3BDE5E;
  --emerald-600: #21C043;
  --emerald-700: #1A9935;
  --emerald-800: #126D26;
  --emerald-900: #0C4618;
  --emerald-950: #072C0F;
}
Generate More ShadesCreate PaletteConvert Color