Emerald

#2AB78F

Green

Color Codes

All color formats for development

HEX
#2AB78F
RGB
rgb(42, 183, 143)
HSL
hsl(163, 63%, 44%)
OKLCH
oklch(0.697 0.13 168.6)
CMYK
cmyk(77%, 0%, 22%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.54:1

AA AAA

On Black Background

8.27: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#25A581
2#219272
3#1D8064
4#196E56
5#155B47
6#114939
7#0C372B
8#08251D
9#04120E

Tints

Lighter variations

1#2FCEA1
2#45D5AC
3#5CDAB6
4#73DFC1
5#8BE5CB
6#A2EAD5
7#B9EFE0
8#D0F4EA
9#E8FAF5

Tones

Muted variations

1#31B08C
2#38A989
3#3FA286
4#469B83
5#4D9480
6#548C7C
7#5B8579
8#627E76
9#697773

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E7
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9D4
BordersInactive statesPlaceholder text
400
6EDE
#6EDEBE
Disabled statesSecondary iconsMuted text
500
44D5
#44D5AC
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB78F
Hover statesFocus ringsPrimary buttons hover
700
2191
#219172
Active/pressed statesDark mode accentsSecondary text
800
1868
#186851
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4334
Primary textHigh emphasis contentDark headings
950
092A
#092A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF9;
  --emerald-100: #E2F8F2;
  --emerald-200: #C9F3E7;
  --emerald-300: #9FE9D4;
  --emerald-400: #6EDEBE;
  --emerald-500: #44D5AC;
  --emerald-600: #2AB78F;
  --emerald-700: #219172;
  --emerald-800: #186851;
  --emerald-900: #0F4334;
  --emerald-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color