Emerald

#3CDD57

Green

Color Codes

All color formats for development

HEX
#3CDD57
RGB
rgb(60, 221, 87)
HSL
hsl(130, 70%, 55%)
OKLCH
oklch(0.789 0.22 145.6)
CMYK
cmyk(73%, 0%, 61%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.67: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#26D743
2#22BF3C
3#1DA734
4#198F2D
5#157725
6#115F1E
7#0D4816
8#08300F
9#041807

Tints

Lighter variations

1#4FE068
2#63E378
3#76E789
4#8AEA9A
5#9DEEAB
6#B1F1BC
7#C4F5CD
8#D8F8DD
9#EBFCEE

Tones

Muted variations

1#44D55C
2#4CCD61
3#54C467
4#5CBC6C
5#64B471
6#6CAC77
7#74A47C
8#7C9C82
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CE
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDA9
BordersInactive statesPlaceholder text
400
67E4
#67E47C
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD57
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF3C
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9830
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C22
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4516
Primary textHigh emphasis contentDark headings
950
082B
#082B0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1FAE5;
  --emerald-200: #C7F5CE;
  --emerald-300: #9BEDA9;
  --emerald-400: #67E47C;
  --emerald-500: #3CDD57;
  --emerald-600: #22BF3C;
  --emerald-700: #1B9830;
  --emerald-800: #136C22;
  --emerald-900: #0C4516;
  --emerald-950: #082B0E;
}
Generate More ShadesCreate PaletteConvert Color