Emerald

#36E2A9

Green

Color Codes

All color formats for development

HEX
#36E2A9
RGB
rgb(54, 226, 169)
HSL
hsl(160, 75%, 55%)
OKLCH
oklch(0.815 0.159 165.2)
CMYK
cmyk(76%, 0%, 25%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.61: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#20DD9E
2#1CC48C
3#19AC7B
4#159369
5#127B58
6#0E6246
7#0B4A35
8#073123
9#041912

Tints

Lighter variations

1#4AE5B2
2#5EE8BA
3#72EBC3
4#87EECB
5#9BF1D4
6#AFF4DD
7#C3F6E5
8#D7F9EE
9#EBFCF6

Tones

Muted variations

1#3FDAA6
2#47D1A3
3#50C8A0
4#59C09D
5#61B79B
6#6AAF98
7#72A695
8#7B9D92
9#84958F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF2
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E6
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0D3
BordersInactive statesPlaceholder text
400
63E9
#63E9BC
Disabled statesSecondary iconsMuted text
500
36E2
#36E2A9
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC48C
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C70
Active/pressed statesDark mode accentsSecondary text
800
1070
#107050
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4733
Primary textHigh emphasis contentDark headings
950
062D
#062D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FBF2;
  --emerald-200: #C5F7E6;
  --emerald-300: #98F0D3;
  --emerald-400: #63E9BC;
  --emerald-500: #36E2A9;
  --emerald-600: #1CC48C;
  --emerald-700: #169C70;
  --emerald-800: #107050;
  --emerald-900: #0A4733;
  --emerald-950: #062D20;
}
Generate More ShadesCreate PaletteConvert Color