Emerald

#6EDE80

Green

Color Codes

All color formats for development

HEX
#6EDE80
RGB
rgb(110, 222, 128)
HSL
hsl(130, 63%, 65%)
OKLCH
oklch(0.812 0.166 147.3)
CMYK
cmyk(50%, 0%, 42%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#53D869
2#37D251
3#2BBD43
4#25A23A
5#1F8730
6#196C26
7#12511D
8#0C3613
9#061B0A

Tints

Lighter variations

1#7CE18D
2#8BE59A
3#99E8A6
4#A8EBB3
5#B6EEC0
6#C5F2CC
7#D3F5D9
8#E2F8E6
9#F0FCF2

Tones

Muted variations

1#73D884
2#79D388
3#7ECD8C
4#84C78F
5#8AC293
6#8FBC97
7#95B79B
8#9BB19E
9#A0ABA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E6
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3D0
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9AC
BordersInactive statesPlaceholder text
400
6EDE
#6EDE80
Disabled statesSecondary iconsMuted text
500
44D5
#44D55C
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB741
Hover statesFocus ringsPrimary buttons hover
700
2191
#219134
Active/pressed statesDark mode accentsSecondary text
800
1868
#186825
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4318
Primary textHigh emphasis contentDark headings
950
092A
#092A0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E2F8E6;
  --emerald-200: #C9F3D0;
  --emerald-300: #9FE9AC;
  --emerald-400: #6EDE80;
  --emerald-500: #44D55C;
  --emerald-600: #2AB741;
  --emerald-700: #219134;
  --emerald-800: #186825;
  --emerald-900: #0F4318;
  --emerald-950: #092A0F;
}
Generate More ShadesCreate PaletteConvert Color