Emerald

#36E275

Green

Color Codes

All color formats for development

HEX
#36E275
RGB
rgb(54, 226, 117)
HSL
hsl(142, 75%, 55%)
OKLCH
oklch(0.804 0.203 150.4)
CMYK
cmyk(76%, 0%, 48%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.29: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#20DD65
2#1CC45A
3#19AC4F
4#159343
5#127B38
6#0E622D
7#0B4A22
8#073116
9#04190B

Tints

Lighter variations

1#4AE583
2#5EE891
3#72EB9F
4#87EEAC
5#9BF1BA
6#AFF4C8
7#C3F6D6
8#D7F9E3
9#EBFCF1

Tones

Muted variations

1#3FDA78
2#47D17A
3#50C87C
4#59C07E
5#61B781
6#6AAF83
7#72A685
8#7B9D88
9#84958A

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
#C5F7D7
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0B9
BordersInactive statesPlaceholder text
400
63E9
#63E994
Disabled statesSecondary iconsMuted text
500
36E2
#36E275
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC45A
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C47
Active/pressed statesDark mode accentsSecondary text
800
1070
#107033
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4721
Primary textHigh emphasis contentDark headings
950
062D
#062D14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBEA;
  --emerald-200: #C5F7D7;
  --emerald-300: #98F0B9;
  --emerald-400: #63E994;
  --emerald-500: #36E275;
  --emerald-600: #1CC45A;
  --emerald-700: #169C47;
  --emerald-800: #107033;
  --emerald-900: #0A4721;
  --emerald-950: #062D14;
}
Generate More ShadesCreate PaletteConvert Color