Emerald

#43D6AC

Green

Color Codes

All color formats for development

HEX
#43D6AC
RGB
rgb(67, 214, 172)
HSL
hsl(163, 64%, 55%)
OKLCH
oklch(0.788 0.138 169.7)
CMYK
cmyk(69%, 0%, 20%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.45: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#2DCFA1
2#28B88F
3#23A17D
4#1E8A6B
5#19735A
6#145C48
7#0F4536
8#0A2E24
9#051712

Tints

Lighter variations

1#56DAB4
2#68DEBD
3#7BE2C5
4#8EE6CD
5#A1EAD6
6#B4EEDE
7#C7F3E6
8#D9F7EE
9#ECFBF7

Tones

Muted variations

1#4ACEA9
2#51C7A6
3#59C0A3
4#60B89F
5#68B19C
6#6FAA99
7#76A296
8#7E9B93
9#85948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E7
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAD5
BordersInactive statesPlaceholder text
400
6DDF
#6DDFBF
Disabled statesSecondary iconsMuted text
500
43D6
#43D6AC
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B88F
Hover statesFocus ringsPrimary buttons hover
700
2092
#209272
Active/pressed statesDark mode accentsSecondary text
800
1769
#176951
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4334
Primary textHigh emphasis contentDark headings
950
092A
#092A21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF9;
  --emerald-100: #E2F9F2;
  --emerald-200: #C9F3E7;
  --emerald-300: #9FEAD5;
  --emerald-400: #6DDFBF;
  --emerald-500: #43D6AC;
  --emerald-600: #28B88F;
  --emerald-700: #209272;
  --emerald-800: #176951;
  --emerald-900: #0F4334;
  --emerald-950: #092A21;
}
Generate More ShadesCreate PaletteConvert Color