Emerald

#68E38D

Green

Color Codes

All color formats for development

HEX
#68E38D
RGB
rgb(104, 227, 141)
HSL
hsl(138, 69%, 65%)
OKLCH
oklch(0.824 0.164 151.1)
CMYK
cmyk(54%, 0%, 38%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.96: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#4CDE78
2#30D963
3#24C454
4#1FA848
5#1A8C3C
6#157030
7#0F5424
8#0A3818
9#051C0C

Tints

Lighter variations

1#77E699
2#86E9A4
3#95ECAF
4#A5EEBB
5#B4F1C6
6#C3F4D1
7#D2F7DD
8#E1F9E8
9#F0FCF4

Tones

Muted variations

1#6EDD90
2#74D792
3#7BD195
4#81CB97
5#87C599
6#8DBE9C
7#93B89E
8#99B2A1
9#A0ACA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D5
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDB4
BordersInactive statesPlaceholder text
400
68E3
#68E38D
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB6D
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE51
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9741
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C2E
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451E
Primary textHigh emphasis contentDark headings
950
082B
#082B12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E1F9E8;
  --emerald-200: #C7F5D5;
  --emerald-300: #9CEDB4;
  --emerald-400: #68E38D;
  --emerald-500: #3DDB6D;
  --emerald-600: #23BE51;
  --emerald-700: #1C9741;
  --emerald-800: #146C2E;
  --emerald-900: #0D451E;
  --emerald-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color