Emerald

#32E79B

Green

Color Codes

All color formats for development

HEX
#32E79B
RGB
rgb(50, 231, 155)
HSL
hsl(155, 79%, 55%)
OKLCH
oklch(0.823 0.177 159.3)
CMYK
cmyk(78%, 0%, 33%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.04: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#1BE28F
2#18C97F
3#15B06F
4#12975F
5#0F7E4F
6#0C643F
7#094B30
8#063220
9#031910

Tints

Lighter variations

1#46E9A5
2#5BECAF
3#6FEEB9
4#84F1C3
5#98F3CD
6#ADF5D7
7#C1F8E1
8#D6FAEB
9#EAFDF5

Tones

Muted variations

1#3BDE9A
2#44D598
3#4DCC97
4#56C395
5#5FBA94
6#68B192
7#71A791
8#7A9E8F
9#83958E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E2
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3CC
BordersInactive statesPlaceholder text
400
5FEC
#5FECB2
Disabled statesSecondary iconsMuted text
500
32E7
#32E79B
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C97F
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A065
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7248
Text on light backgroundsHeadingsStrong borders
900
0949
#09492E
Primary textHigh emphasis contentDark headings
950
052E
#052E1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBF0;
  --emerald-200: #C4F8E2;
  --emerald-300: #96F3CC;
  --emerald-400: #5FECB2;
  --emerald-500: #32E79B;
  --emerald-600: #18C97F;
  --emerald-700: #13A065;
  --emerald-800: #0D7248;
  --emerald-900: #09492E;
  --emerald-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color