Emerald

#3CDD5C

Green

Color Codes

All color formats for development

HEX
#3CDD5C
RGB
rgb(60, 221, 92)
HSL
hsl(132, 70%, 55%)
OKLCH
oklch(0.789 0.216 146.2)
CMYK
cmyk(73%, 0%, 58%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.69: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#26D749
2#22BF41
3#1DA739
4#198F31
5#157729
6#115F21
7#0D4818
8#083010
9#041808

Tints

Lighter variations

1#4FE06C
2#63E37D
3#76E78D
4#8AEA9D
5#9DEEAE
6#B1F1BE
7#C4F5CE
8#D8F8DE
9#EBFCEF

Tones

Muted variations

1#44D561
2#4CCD66
3#54C46B
4#5CBC6F
5#64B474
6#6CAC79
7#74A47E
8#7C9C83
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D0
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDAC
BordersInactive statesPlaceholder text
400
67E4
#67E480
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD5C
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF41
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9834
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C25
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4518
Primary textHigh emphasis contentDark headings
950
082B
#082B0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1FAE6;
  --emerald-200: #C7F5D0;
  --emerald-300: #9BEDAC;
  --emerald-400: #67E480;
  --emerald-500: #3CDD5C;
  --emerald-600: #22BF41;
  --emerald-700: #1B9834;
  --emerald-800: #136C25;
  --emerald-900: #0C4518;
  --emerald-950: #082B0F;
}
Generate More ShadesCreate PaletteConvert Color