Emerald

#5FEC8C

Green

Color Codes

All color formats for development

HEX
#5FEC8C
RGB
rgb(95, 236, 140)
HSL
hsl(139, 79%, 65%)
OKLCH
oklch(0.843 0.181 151)
CMYK
cmyk(60%, 0%, 41%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.86: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#42E977
2#24E561
3#18D052
4#15B247
5#11943B
6#0E772F
7#0A5923
8#073B18
9#031E0C

Tints

Lighter variations

1#6FEE97
2#7FF0A3
3#8FF2AE
4#9FF4BA
5#AFF6C5
6#BFF8D1
7#CFF9DC
8#DFFBE8
9#EFFDF3

Tones

Muted variations

1#66E58E
2#6DDE91
3#74D794
4#7BD096
5#82C999
6#8AC29B
7#91BB9E
8#98B4A1
9#9FADA3

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
#C4F8D4
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3B3
BordersInactive statesPlaceholder text
400
5FEC
#5FEC8C
Disabled statesSecondary iconsMuted text
500
32E7
#32E76B
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C950
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A03F
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D722D
Text on light backgroundsHeadingsStrong borders
900
0949
#09491D
Primary textHigh emphasis contentDark headings
950
052E
#052E12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE8;
  --emerald-200: #C4F8D4;
  --emerald-300: #96F3B3;
  --emerald-400: #5FEC8C;
  --emerald-500: #32E76B;
  --emerald-600: #18C950;
  --emerald-700: #13A03F;
  --emerald-800: #0D722D;
  --emerald-900: #09491D;
  --emerald-950: #052E12;
}
Generate More ShadesCreate PaletteConvert Color