Emerald

#32E75C

Green

Color Codes

All color formats for development

HEX
#32E75C
RGB
rgb(50, 231, 92)
HSL
hsl(134, 79%, 55%)
OKLCH
oklch(0.813 0.23 146.4)
CMYK
cmyk(78%, 0%, 60%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.72: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#1BE249
2#18C941
3#15B039
4#129731
5#0F7E29
6#0C6420
7#094B18
8#063210
9#031908

Tints

Lighter variations

1#46E96C
2#5BEC7D
3#6FEE8D
4#84F19D
5#98F3AD
6#ADF5BE
7#C1F8CE
8#D6FADE
9#EAFDEF

Tones

Muted variations

1#3BDE61
2#44D566
3#4DCC6A
4#56C36F
5#5FBA74
6#68B179
7#71A77E
8#7A9E83
9#839587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE6
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D0
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3AC
BordersInactive statesPlaceholder text
400
5FEC
#5FEC80
Disabled statesSecondary iconsMuted text
500
32E7
#32E75C
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C941
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A034
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7225
Text on light backgroundsHeadingsStrong borders
900
0949
#094918
Primary textHigh emphasis contentDark headings
950
052E
#052E0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE6;
  --emerald-200: #C4F8D0;
  --emerald-300: #96F3AC;
  --emerald-400: #5FEC80;
  --emerald-500: #32E75C;
  --emerald-600: #18C941;
  --emerald-700: #13A034;
  --emerald-800: #0D7225;
  --emerald-900: #094918;
  --emerald-950: #052E0F;
}
Generate More ShadesCreate PaletteConvert Color