Emerald

#3CDD94

Green

Color Codes

All color formats for development

HEX
#3CDD94
RGB
rgb(60, 221, 148)
HSL
hsl(153, 70%, 55%)
OKLCH
oklch(0.799 0.168 158.5)
CMYK
cmyk(73%, 0%, 33%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.96: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#26D787
2#22BF78
3#1DA769
4#198F5A
5#15774B
6#115F3C
7#0D482D
8#08301E
9#04180F

Tints

Lighter variations

1#4FE09F
2#63E3AA
3#76E7B4
4#8AEABF
5#9DEECA
6#B1F1D4
7#C4F5DF
8#D8F8EA
9#EBFCF4

Tones

Muted variations

1#44D593
2#4CCD93
3#54C492
4#5CBC91
5#64B490
6#6CAC8F
7#74A48F
8#7C9C8E
9#84948D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAEE
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E0
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDC8
BordersInactive statesPlaceholder text
400
67E4
#67E4AC
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD94
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF78
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B985F
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C44
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C452C
Primary textHigh emphasis contentDark headings
950
082B
#082B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1FAEE;
  --emerald-200: #C7F5E0;
  --emerald-300: #9BEDC8;
  --emerald-400: #67E4AC;
  --emerald-500: #3CDD94;
  --emerald-600: #22BF78;
  --emerald-700: #1B985F;
  --emerald-800: #136C44;
  --emerald-900: #0C452C;
  --emerald-950: #082B1B;
}
Generate More ShadesCreate PaletteConvert Color