Emerald

#68E374

Green

Color Codes

All color formats for development

HEX
#68E374
RGB
rgb(104, 227, 116)
HSL
hsl(126, 69%, 65%)
OKLCH
oklch(0.82 0.187 145.5)
CMYK
cmyk(54%, 0%, 49%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.83: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#4CDE5B
2#30D941
3#24C434
4#1FA82D
5#1A8C25
6#15701E
7#0F5416
8#0A380F
9#051C07

Tints

Lighter variations

1#77E682
2#86E990
3#95EC9E
4#A5EEAC
5#B4F1BA
6#C3F4C8
7#D2F7D5
8#E1F9E3
9#F0FCF1

Tones

Muted variations

1#6EDD79
2#74D77E
3#7BD183
4#81CB88
5#87C58D
6#8DBE92
7#93B897
8#99B29C
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
#C7F5CC
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA4
BordersInactive statesPlaceholder text
400
68E3
#68E374
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB4D
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE32
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9728
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C1D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4512
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: #C7F5CC;
  --emerald-300: #9CEDA4;
  --emerald-400: #68E374;
  --emerald-500: #3DDB4D;
  --emerald-600: #23BE32;
  --emerald-700: #1C9728;
  --emerald-800: #146C1D;
  --emerald-900: #0D4512;
  --emerald-950: #082B0B;
}
Generate More ShadesCreate PaletteConvert Color