Emerald

#3BDE77

Green

Color Codes

All color formats for development

HEX
#3BDE77
RGB
rgb(59, 222, 119)
HSL
hsl(142, 71%, 55%)
OKLCH
oklch(0.795 0.195 150.9)
CMYK
cmyk(73%, 0%, 46%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.90: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#25D866
2#21C05B
3#1CA850
4#189044
5#147839
6#10602D
7#0C4822
8#083017
9#04180B

Tints

Lighter variations

1#4EE184
2#62E492
3#76E89F
4#89EBAD
5#9DEEBB
6#B1F2C8
7#C4F5D6
8#D8F8E4
9#EBFCF1

Tones

Muted variations

1#43D679
2#4BCD7B
3#53C57D
4#5BBD7F
5#64B581
6#6CAD84
7#74A586
8#7C9D88
9#84948A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEA
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5D8
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEB9
BordersInactive statesPlaceholder text
400
66E5
#66E595
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE77
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C05B
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9948
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D34
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4621
Primary textHigh emphasis contentDark headings
950
072C
#072C15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FAEA;
  --emerald-200: #C6F5D8;
  --emerald-300: #9BEEB9;
  --emerald-400: #66E595;
  --emerald-500: #3BDE77;
  --emerald-600: #21C05B;
  --emerald-700: #1A9948;
  --emerald-800: #126D34;
  --emerald-900: #0C4621;
  --emerald-950: #072C15;
}
Generate More ShadesCreate PaletteConvert Color