Emerald

#4BCE61

Green

Color Codes

All color formats for development

HEX
#4BCE61
RGB
rgb(75, 206, 97)
HSL
hsl(130, 57%, 55%)
OKLCH
oklch(0.755 0.189 146.4)
CMYK
cmyk(64%, 0%, 53%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.30: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#36C64E
2#30B046
3#2A9A3D
4#248434
5#1E6E2B
6#185823
7#12421A
8#0C2C11
9#061609

Tints

Lighter variations

1#5DD370
2#6FD880
3#81DC90
4#93E1A0
5#A5E6B0
6#B7EBC0
7#C9F0CF
8#DBF5DF
9#EDFAEF

Tones

Muted variations

1#51C765
2#58C169
3#5EBA6E
4#65B372
5#6CAD76
6#72A67B
7#79A07F
8#7F9984
9#869388

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E6
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1D1
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6AE
BordersInactive statesPlaceholder text
400
73D9
#73D984
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCE61
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B046
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C37
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6428
Text on light backgroundsHeadingsStrong borders
900
1240
#124019
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: #F3FCF4;
  --emerald-100: #E3F7E6;
  --emerald-200: #CBF1D1;
  --emerald-300: #A3E6AE;
  --emerald-400: #73D984;
  --emerald-500: #4BCE61;
  --emerald-600: #30B046;
  --emerald-700: #268C37;
  --emerald-800: #1B6428;
  --emerald-900: #124019;
  --emerald-950: #0B2810;
}
Generate More ShadesCreate PaletteConvert Color