Emerald

#5FEC5F

Green

Color Codes

All color formats for development

HEX
#5FEC5F
RGB
rgb(95, 236, 95)
HSL
hsl(120, 79%, 65%)
OKLCH
oklch(0.837 0.22 143.3)
CMYK
cmyk(60%, 0%, 60%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.65: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#42E942
2#24E524
3#18D018
4#15B215
5#119411
6#0E770E
7#0A590A
8#073B07
9#031E03

Tints

Lighter variations

1#6FEE6F
2#7FF07F
3#8FF28F
4#9FF49F
5#AFF6AF
6#BFF8BF
7#CFF9CF
8#DFFBDF
9#EFFDEF

Tones

Muted variations

1#66E566
2#6DDE6D
3#74D774
4#7BD07B
5#82C982
6#8AC28A
7#91BB91
8#98B498
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF1
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBDF
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C4
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F396
BordersInactive statesPlaceholder text
400
5FEC
#5FEC5F
Disabled statesSecondary iconsMuted text
500
32E7
#32E732
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C918
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A013
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D720D
Text on light backgroundsHeadingsStrong borders
900
0949
#094909
Primary textHigh emphasis contentDark headings
950
052E
#052E05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF1;
  --emerald-100: #DFFBDF;
  --emerald-200: #C4F8C4;
  --emerald-300: #96F396;
  --emerald-400: #5FEC5F;
  --emerald-500: #32E732;
  --emerald-600: #18C918;
  --emerald-700: #13A013;
  --emerald-800: #0D720D;
  --emerald-900: #094909;
  --emerald-950: #052E05;
}
Generate More ShadesCreate PaletteConvert Color