Emerald

#4DCB9B

Green

Color Codes

All color formats for development

HEX
#4DCB9B
RGB
rgb(77, 203, 155)
HSL
hsl(157, 55%, 55%)
OKLCH
oklch(0.759 0.132 164.5)
CMYK
cmyk(62%, 0%, 24%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.03:1

AA AAA

On Black Background

10.33: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#39C48E
2#32AE7F
3#2C986F
4#26825F
5#206D4F
6#19573F
7#13412F
8#0D2B20
9#061610

Tints

Lighter variations

1#5FD1A5
2#71D6AF
3#82DBB9
4#94E0C3
5#A6E5CD
6#B8EAD7
7#CAF0E1
8#DBF5EB
9#EDFAF5

Tones

Muted variations

1#53C59A
2#5ABF98
3#60B897
4#66B295
5#6DAC94
6#73A592
7#799F91
8#80998F
9#86938E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7EF
Light backgroundsTable row hoverSkeleton loading
200
CCF0
#CCF0E2
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5CC
BordersInactive statesPlaceholder text
400
75D7
#75D7B1
Disabled statesSecondary iconsMuted text
500
4DCB
#4DCB9B
Primary brand colorCTAsActive elementsLinks
600
32AE
#32AE7F
Hover statesFocus ringsPrimary buttons hover
700
288A
#288A65
Active/pressed statesDark mode accentsSecondary text
800
1D63
#1D6348
Text on light backgroundsHeadingsStrong borders
900
123F
#123F2E
Primary textHigh emphasis contentDark headings
950
0B28
#0B281D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF8;
  --emerald-100: #E3F7EF;
  --emerald-200: #CCF0E2;
  --emerald-300: #A4E5CC;
  --emerald-400: #75D7B1;
  --emerald-500: #4DCB9B;
  --emerald-600: #32AE7F;
  --emerald-700: #288A65;
  --emerald-800: #1D6348;
  --emerald-900: #123F2E;
  --emerald-950: #0B281D;
}
Generate More ShadesCreate PaletteConvert Color