Emerald

#4DCB77

Green

Color Codes

All color formats for development

HEX
#4DCB77
RGB
rgb(77, 203, 119)
HSL
hsl(140, 55%, 55%)
OKLCH
oklch(0.752 0.164 151.3)
CMYK
cmyk(62%, 0%, 41%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CCF0
300
#A4E5
400
#75D7
500
#4DCB
600
#32AE
700
#288A
800
#1D63
900
#123F
950
#0B28

Shades

Darker variations

1#39C467
2#32AE5C
3#2C9850
4#268245
5#206D39
6#19572E
7#134122
8#0D2B17
9#06160B

Tints

Lighter variations

1#5FD185
2#71D692
3#82DBA0
4#94E0AE
5#A6E5BB
6#B8EAC9
7#CAF0D6
8#DBF5E4
9#EDFAF1

Tones

Muted variations

1#53C579
2#5ABF7B
3#60B87E
4#66B280
5#6DAC82
6#73A584
7#799F86
8#809988
9#86938A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF6
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7EA
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0D8
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5BA
BordersInactive statesPlaceholder text
400
75D7
#75D795
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCB77
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AE5C
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A49
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D6334
Text on light backgroundsHeadingsStrong borders
900
123F
#123F21
Primary textHigh emphasis contentDark headings
950
0B28
#0B2815
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF6;
  --emerald-100: #E3F7EA;
  --emerald-200: #CCF0D8;
  --emerald-300: #A4E5BA;
  --emerald-400: #75D795;
  --emerald-500: #4DCB77;
  --emerald-600: #32AE5C;
  --emerald-700: #288A49;
  --emerald-800: #1D6334;
  --emerald-900: #123F21;
  --emerald-950: #0B2815;
}
Generate More ShadesCreate PaletteConvert Color