Emerald

#32E7AA

Green

Color Codes

All color formats for development

HEX
#32E7AA
RGB
rgb(50, 231, 170)
HSL
hsl(160, 79%, 55%)
OKLCH
oklch(0.827 0.165 164.4)
CMYK
cmyk(78%, 0%, 26%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.15: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#1BE29F
2#18C98E
3#15B07C
4#12976A
5#0F7E59
6#0C6447
7#094B35
8#063223
9#031912

Tints

Lighter variations

1#46E9B3
2#5BECBB
3#6FEEC4
4#84F1CC
5#98F3D5
6#ADF5DD
7#C1F8E6
8#D6FAEE
9#EAFDF7

Tones

Muted variations

1#3BDEA7
2#44D5A4
3#4DCCA1
4#56C39E
5#5FBA9B
6#68B198
7#71A795
8#7A9E92
9#83958F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E7
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3D4
BordersInactive statesPlaceholder text
400
5FEC
#5FECBD
Disabled statesSecondary iconsMuted text
500
32E7
#32E7AA
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C98E
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A071
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7251
Text on light backgroundsHeadingsStrong borders
900
0949
#094934
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF9;
  --emerald-100: #DFFBF2;
  --emerald-200: #C4F8E7;
  --emerald-300: #96F3D4;
  --emerald-400: #5FECBD;
  --emerald-500: #32E7AA;
  --emerald-600: #18C98E;
  --emerald-700: #13A071;
  --emerald-800: #0D7251;
  --emerald-900: #094934;
  --emerald-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color