Emerald

#3CDD77

Green

Color Codes

All color formats for development

HEX
#3CDD77
RGB
rgb(60, 221, 119)
HSL
hsl(142, 70%, 55%)
OKLCH
oklch(0.793 0.193 150.9)
CMYK
cmyk(73%, 0%, 46%, 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
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#26D767
2#22BF5B
3#1DA750
4#198F44
5#157739
6#115F2E
7#0D4822
8#083017
9#04180B

Tints

Lighter variations

1#4FE084
2#63E392
3#76E7A0
4#8AEAAD
5#9DEEBB
6#B1F1C9
7#C4F5D6
8#D8F8E4
9#EBFCF1

Tones

Muted variations

1#44D579
2#4CCD7B
3#54C47D
4#5CBC7F
5#64B482
6#6CAC84
7#74A486
8#7C9C88
9#84948A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAEA
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D8
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDB9
BordersInactive statesPlaceholder text
400
67E4
#67E495
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD77
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF5B
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9849
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C34
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4521
Primary textHigh emphasis contentDark headings
950
082B
#082B15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1FAEA;
  --emerald-200: #C7F5D8;
  --emerald-300: #9BEDB9;
  --emerald-400: #67E495;
  --emerald-500: #3CDD77;
  --emerald-600: #22BF5B;
  --emerald-700: #1B9849;
  --emerald-800: #136C34;
  --emerald-900: #0C4521;
  --emerald-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color