Emerald

#5FEC9C

Green

Color Codes

All color formats for development

HEX
#5FEC9C
RGB
rgb(95, 236, 156)
HSL
hsl(146, 79%, 65%)
OKLCH
oklch(0.846 0.167 155.3)
CMYK
cmyk(60%, 0%, 34%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.96: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#42E98A
2#24E578
3#18D068
4#15B259
5#11944A
6#0E773B
7#0A592C
8#073B1E
9#031E0F

Tints

Lighter variations

1#6FEEA6
2#7FF0B0
3#8FF2BA
4#9FF4C4
5#AFF6CE
6#BFF8D8
7#CFF9E1
8#DFFBEB
9#EFFDF5

Tones

Muted variations

1#66E59D
2#6DDE9E
3#74D79F
4#7BD0A0
5#82C9A1
6#8AC2A2
7#91BBA3
8#98B4A4
9#9FADA5

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