Emerald

#36E27B

Green

Color Codes

All color formats for development

HEX
#36E27B
RGB
rgb(54, 226, 123)
HSL
hsl(144, 75%, 55%)
OKLCH
oklch(0.805 0.198 151.6)
CMYK
cmyk(76%, 0%, 46%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.32: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#20DD6B
2#1CC45F
3#19AC53
4#159348
5#127B3C
6#0E6230
7#0B4A24
8#073118
9#04190C

Tints

Lighter variations

1#4AE588
2#5EE895
3#72EBA3
4#87EEB0
5#9BF1BD
6#AFF4CA
7#C3F6D7
8#D7F9E5
9#EBFCF2

Tones

Muted variations

1#3FDA7D
2#47D17E
3#50C880
4#59C082
5#61B784
6#6AAF85
7#72A687
8#7B9D89
9#84958B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEA
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D9
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0BC
BordersInactive statesPlaceholder text
400
63E9
#63E998
Disabled statesSecondary iconsMuted text
500
36E2
#36E27B
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC45F
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C4C
Active/pressed statesDark mode accentsSecondary text
800
1070
#107036
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4723
Primary textHigh emphasis contentDark headings
950
062D
#062D16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBEA;
  --emerald-200: #C5F7D9;
  --emerald-300: #98F0BC;
  --emerald-400: #63E998;
  --emerald-500: #36E27B;
  --emerald-600: #1CC45F;
  --emerald-700: #169C4C;
  --emerald-800: #107036;
  --emerald-900: #0A4723;
  --emerald-950: #062D16;
}
Generate More ShadesCreate PaletteConvert Color