Emerald

#68E37F

Green

Color Codes

All color formats for development

HEX
#68E37F
RGB
rgb(104, 227, 127)
HSL
hsl(131, 69%, 65%)
OKLCH
oklch(0.822 0.177 147.7)
CMYK
cmyk(54%, 0%, 44%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#4CDE67
2#30D94F
3#24C441
4#1FA838
5#1A8C2F
6#157025
7#0F541C
8#0A3813
9#051C09

Tints

Lighter variations

1#77E68C
2#86E998
3#95ECA5
4#A5EEB2
5#B4F1BF
6#C3F4CC
7#D2F7D9
8#E1F9E5
9#F0FCF2

Tones

Muted variations

1#6EDD83
2#74D787
3#7BD18A
4#81CB8E
5#87C592
6#8DBE96
7#93B89A
8#99B29E
9#A0ACA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CF
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDAB
BordersInactive statesPlaceholder text
400
68E3
#68E37F
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB5A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE3F
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9732
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C24
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4517
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: #E1F9E5;
  --emerald-200: #C7F5CF;
  --emerald-300: #9CEDAB;
  --emerald-400: #68E37F;
  --emerald-500: #3DDB5A;
  --emerald-600: #23BE3F;
  --emerald-700: #1C9732;
  --emerald-800: #146C24;
  --emerald-900: #0D4517;
  --emerald-950: #082B0E;
}
Generate More ShadesCreate PaletteConvert Color