Emerald

#68E372

Green

Color Codes

All color formats for development

HEX
#68E372
RGB
rgb(104, 227, 114)
HSL
hsl(125, 69%, 65%)
OKLCH
oklch(0.82 0.189 145.1)
CMYK
cmyk(54%, 0%, 50%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.82: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#4CDE58
2#30D93E
3#24C431
4#1FA82A
5#1A8C23
6#15701C
7#0F5415
8#0A380E
9#051C07

Tints

Lighter variations

1#77E680
2#86E98F
3#95EC9D
4#A5EEAB
5#B4F1B9
6#C3F4C7
7#D2F7D5
8#E1F9E3
9#F0FCF1

Tones

Muted variations

1#6EDD78
2#74D77D
3#7BD182
4#81CB87
5#87C58C
6#8DBE91
7#93B896
8#99B29B
9#A0ACA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E3
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CB
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA3
BordersInactive statesPlaceholder text
400
68E3
#68E372
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB4A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE30
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9726
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C1B
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4511
Primary textHigh emphasis contentDark headings
950
082B
#082B0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E1F9E3;
  --emerald-200: #C7F5CB;
  --emerald-300: #9CEDA3;
  --emerald-400: #68E372;
  --emerald-500: #3DDB4A;
  --emerald-600: #23BE30;
  --emerald-700: #1C9726;
  --emerald-800: #146C1B;
  --emerald-900: #0D4511;
  --emerald-950: #082B0B;
}
Generate More ShadesCreate PaletteConvert Color