Emerald

#32E76E

Green

Color Codes

All color formats for development

HEX
#32E76E
RGB
rgb(50, 231, 110)
HSL
hsl(140, 79%, 55%)
OKLCH
oklch(0.815 0.216 149)
CMYK
cmyk(78%, 0%, 52%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.79: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#1BE25D
2#18C953
3#15B048
4#12973E
5#0F7E34
6#0C6429
7#094B1F
8#063215
9#03190A

Tints

Lighter variations

1#46E97D
2#5BEC8B
3#6FEE9A
4#84F1A8
5#98F3B7
6#ADF5C5
7#C1F8D4
8#D6FAE2
9#EAFDF1

Tones

Muted variations

1#3BDE71
2#44D574
3#4DCC77
4#56C37A
5#5FBA7D
6#68B180
7#71A783
8#7A9E86
9#839589

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D5
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3B5
BordersInactive statesPlaceholder text
400
5FEC
#5FEC8E
Disabled statesSecondary iconsMuted text
500
32E7
#32E76E
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C953
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A042
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D722F
Text on light backgroundsHeadingsStrong borders
900
0949
#09491E
Primary textHigh emphasis contentDark headings
950
052E
#052E13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE8;
  --emerald-200: #C4F8D5;
  --emerald-300: #96F3B5;
  --emerald-400: #5FEC8E;
  --emerald-500: #32E76E;
  --emerald-600: #18C953;
  --emerald-700: #13A042;
  --emerald-800: #0D722F;
  --emerald-900: #09491E;
  --emerald-950: #052E13;
}
Generate More ShadesCreate PaletteConvert Color