Emerald

#4BCE63

Green

Color Codes

All color formats for development

HEX
#4BCE63
RGB
rgb(75, 206, 99)
HSL
hsl(131, 57%, 55%)
OKLCH
oklch(0.755 0.187 146.8)
CMYK
cmyk(64%, 0%, 52%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#36C651
2#30B048
3#2A9A3F
4#248436
5#1E6E2D
6#185824
7#12421B
8#0C2C12
9#061609

Tints

Lighter variations

1#5DD372
2#6FD882
3#81DC92
4#93E1A1
5#A5E6B1
6#B7EBC1
7#C9F0D0
8#DBF5E0
9#EDFAEF

Tones

Muted variations

1#51C767
2#58C16B
3#5EBA6F
4#65B373
5#6CAD78
6#72A67C
7#79A080
8#7F9984
9#869388

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E7
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1D2
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6AF
BordersInactive statesPlaceholder text
400
73D9
#73D986
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCE63
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B048
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C39
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6429
Text on light backgroundsHeadingsStrong borders
900
1240
#12401A
Primary textHigh emphasis contentDark headings
950
0B28
#0B2810
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF5;
  --emerald-100: #E3F7E7;
  --emerald-200: #CBF1D2;
  --emerald-300: #A3E6AF;
  --emerald-400: #73D986;
  --emerald-500: #4BCE63;
  --emerald-600: #30B048;
  --emerald-700: #268C39;
  --emerald-800: #1B6429;
  --emerald-900: #12401A;
  --emerald-950: #0B2810;
}
Generate More ShadesCreate PaletteConvert Color