Emerald

#36E261

Green

Color Codes

All color formats for development

HEX
#36E261
RGB
rgb(54, 226, 97)
HSL
hsl(135, 75%, 55%)
OKLCH
oklch(0.802 0.22 147.1)
CMYK
cmyk(76%, 0%, 57%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#20DD4F
2#1CC446
3#19AC3D
4#159335
5#127B2C
6#0E6223
7#0B4A1A
8#073112
9#041909

Tints

Lighter variations

1#4AE571
2#5EE881
3#72EB91
4#87EEA0
5#9BF1B0
6#AFF4C0
7#C3F6D0
8#D7F9DF
9#EBFCEF

Tones

Muted variations

1#3FDA66
2#47D16A
3#50C86E
4#59C072
5#61B777
6#6AAF7B
7#72A67F
8#7B9D84
9#849588

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE6
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D1
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0AE
BordersInactive statesPlaceholder text
400
63E9
#63E984
Disabled statesSecondary iconsMuted text
500
36E2
#36E261
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC446
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C38
Active/pressed statesDark mode accentsSecondary text
800
1070
#107028
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4719
Primary textHigh emphasis contentDark headings
950
062D
#062D10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FBE6;
  --emerald-200: #C5F7D1;
  --emerald-300: #98F0AE;
  --emerald-400: #63E984;
  --emerald-500: #36E261;
  --emerald-600: #1CC446;
  --emerald-700: #169C38;
  --emerald-800: #107028;
  --emerald-900: #0A4719;
  --emerald-950: #062D10;
}
Generate More ShadesCreate PaletteConvert Color