Emerald

#32E789

Green

Color Codes

All color formats for development

HEX
#32E789
RGB
rgb(50, 231, 137)
HSL
hsl(149, 79%, 55%)
OKLCH
oklch(0.82 0.193 154.4)
CMYK
cmyk(78%, 0%, 41%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#1BE27B
2#18C96D
3#15B060
4#129752
5#0F7E44
6#0C6437
7#094B29
8#06321B
9#03190E

Tints

Lighter variations

1#46E995
2#5BECA1
3#6FEEAD
4#84F1B8
5#98F3C4
6#ADF5D0
7#C1F8DC
8#D6FAE7
9#EAFDF3

Tones

Muted variations

1#3BDE8A
2#44D58A
3#4DCC8A
4#56C38A
5#5FBA8B
6#68B18B
7#71A78B
8#7A9E8C
9#83958C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBED
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DD
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3C3
BordersInactive statesPlaceholder text
400
5FEC
#5FECA3
Disabled statesSecondary iconsMuted text
500
32E7
#32E789
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C96D
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A057
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D723E
Text on light backgroundsHeadingsStrong borders
900
0949
#094928
Primary textHigh emphasis contentDark headings
950
052E
#052E19
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBED;
  --emerald-200: #C4F8DD;
  --emerald-300: #96F3C3;
  --emerald-400: #5FECA3;
  --emerald-500: #32E789;
  --emerald-600: #18C96D;
  --emerald-700: #13A057;
  --emerald-800: #0D723E;
  --emerald-900: #094928;
  --emerald-950: #052E19;
}
Generate More ShadesCreate PaletteConvert Color