Emerald

#2AB78C

Green

Color Codes

All color formats for development

HEX
#2AB78C
RGB
rgb(42, 183, 140)
HSL
hsl(162, 63%, 44%)
OKLCH
oklch(0.697 0.132 167.1)
CMYK
cmyk(77%, 0%, 23%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.55:1

AA AAA

On Black Background

8.25: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#25A57E
2#219270
3#1D8062
4#196E54
5#155B46
6#114938
7#0C372A
8#08251C
9#04120E

Tints

Lighter variations

1#2FCE9E
2#45D5AA
3#5CDAB4
4#73DFBF
5#8BE5CA
6#A2EAD4
7#B9EFDF
8#D0F4EA
9#E8FAF4

Tones

Muted variations

1#31B08A
2#38A987
3#3FA284
4#469B81
5#4D947E
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
#C9F3E6
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9D3
BordersInactive statesPlaceholder text
400
6EDE
#6EDEBC
Disabled statesSecondary iconsMuted text
500
44D5
#44D5A9
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB78C
Hover statesFocus ringsPrimary buttons hover
700
2191
#219170
Active/pressed statesDark mode accentsSecondary text
800
1868
#186850
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4333
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: #C9F3E6;
  --emerald-300: #9FE9D3;
  --emerald-400: #6EDEBC;
  --emerald-500: #44D5A9;
  --emerald-600: #2AB78C;
  --emerald-700: #219170;
  --emerald-800: #186850;
  --emerald-900: #0F4333;
  --emerald-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color