Emerald

#32E780

Green

Color Codes

All color formats for development

HEX
#32E780
RGB
rgb(50, 231, 128)
HSL
hsl(146, 79%, 55%)
OKLCH
oklch(0.818 0.2 152.3)
CMYK
cmyk(78%, 0%, 45%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.88: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#1BE271
2#18C964
3#15B058
4#12974B
5#0F7E3F
6#0C6432
7#094B26
8#063219
9#03190D

Tints

Lighter variations

1#46E98D
2#5BEC9A
3#6FEEA6
4#84F1B3
5#98F3C0
6#ADF5CC
7#C1F8D9
8#D6FAE6
9#EAFDF2

Tones

Muted variations

1#3BDE81
2#44D583
3#4DCC84
4#56C385
5#5FBA86
6#68B187
7#71A789
8#7A9E8A
9#83958B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEB
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DA
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3BE
BordersInactive statesPlaceholder text
400
5FEC
#5FEC9C
Disabled statesSecondary iconsMuted text
500
32E7
#32E780
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C964
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A050
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7239
Text on light backgroundsHeadingsStrong borders
900
0949
#094925
Primary textHigh emphasis contentDark headings
950
052E
#052E17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEB;
  --emerald-200: #C4F8DA;
  --emerald-300: #96F3BE;
  --emerald-400: #5FEC9C;
  --emerald-500: #32E780;
  --emerald-600: #18C964;
  --emerald-700: #13A050;
  --emerald-800: #0D7239;
  --emerald-900: #094925;
  --emerald-950: #052E17;
}
Generate More ShadesCreate PaletteConvert Color