Emerald

#28B87A

Green

Color Codes

All color formats for development

HEX
#28B87A
RGB
rgb(40, 184, 122)
HSL
hsl(154, 64%, 44%)
OKLCH
oklch(0.695 0.149 159)
CMYK
cmyk(78%, 0%, 34%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.55:1

AA AAA

On Black Background

8.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#24A66E
2#209361
3#1C8155
4#186E49
5#145C3D
6#104A31
7#0C3725
8#082518
9#04120C

Tints

Lighter variations

1#2ECF89
2#44D697
3#5BDBA4
4#72E0B1
5#8AE5BE
6#A1EACB
7#B9F0D8
8#D0F5E5
9#E8FAF2

Tones

Muted variations

1#30B179
2#37AA78
3#3EA277
4#459B76
5#4C9475
6#538D74
7#5B8673
8#627F72
9#697771

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EF
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E1
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAC9
BordersInactive statesPlaceholder text
400
6DDF
#6DDFAD
Disabled statesSecondary iconsMuted text
500
43D6
#43D696
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B87A
Hover statesFocus ringsPrimary buttons hover
700
2092
#209261
Active/pressed statesDark mode accentsSecondary text
800
1769
#176945
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F432C
Primary textHigh emphasis contentDark headings
950
092A
#092A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF8;
  --emerald-100: #E2F9EF;
  --emerald-200: #C9F3E1;
  --emerald-300: #9FEAC9;
  --emerald-400: #6DDFAD;
  --emerald-500: #43D696;
  --emerald-600: #28B87A;
  --emerald-700: #209261;
  --emerald-800: #176945;
  --emerald-900: #0F432C;
  --emerald-950: #092A1C;
}
Generate More ShadesCreate PaletteConvert Color