Emerald

#28B88B

Green

Color Codes

All color formats for development

HEX
#28B88B
RGB
rgb(40, 184, 139)
HSL
hsl(161, 64%, 44%)
OKLCH
oklch(0.699 0.135 166.3)
CMYK
cmyk(78%, 0%, 24%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.52:1

AA AAA

On Black Background

8.32: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#24A67D
2#20936F
3#1C8161
4#186E53
5#145C45
6#104A37
7#0C372A
8#08251C
9#04120E

Tints

Lighter variations

1#2ECF9C
2#44D6A8
3#5BDBB2
4#72E0BD
5#8AE5C8
6#A1EAD3
7#B9F0DE
8#D0F5E9
9#E8FAF4

Tones

Muted variations

1#30B188
2#37AA85
3#3EA283
4#459B80
5#4C947D
6#538D7B
7#5B8678
8#627F75
9#697773

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F1
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E6
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAD2
BordersInactive statesPlaceholder text
400
6DDF
#6DDFBB
Disabled statesSecondary iconsMuted text
500
43D6
#43D6A7
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B88B
Hover statesFocus ringsPrimary buttons hover
700
2092
#20926E
Active/pressed statesDark mode accentsSecondary text
800
1769
#17694F
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4332
Primary textHigh emphasis contentDark headings
950
092A
#092A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF9;
  --emerald-100: #E2F9F1;
  --emerald-200: #C9F3E6;
  --emerald-300: #9FEAD2;
  --emerald-400: #6DDFBB;
  --emerald-500: #43D6A7;
  --emerald-600: #28B88B;
  --emerald-700: #20926E;
  --emerald-800: #17694F;
  --emerald-900: #0F4332;
  --emerald-950: #092A1F;
}
Generate More ShadesCreate PaletteConvert Color