Emerald

#36E245

Green

Color Codes

All color formats for development

HEX
#36E245
RGB
rgb(54, 226, 69)
HSL
hsl(125, 75%, 55%)
OKLCH
oklch(0.799 0.239 143.9)
CMYK
cmyk(76%, 0%, 69%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.12: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#20DD2F
2#1CC42A
3#19AC25
4#159320
5#127B1A
6#0E6215
7#0B4A10
8#07310B
9#041905

Tints

Lighter variations

1#4AE557
2#5EE86A
3#72EB7C
4#87EE8F
5#9BF1A2
6#AFF4B4
7#C3F6C7
8#D7F9DA
9#EBFCEC

Tones

Muted variations

1#3FDA4C
2#47D153
3#50C85A
4#59C061
5#61B768
6#6AAF70
7#72A677
8#7B9D7E
9#849585

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE2
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7C9
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0A0
BordersInactive statesPlaceholder text
400
63E9
#63E96E
Disabled statesSecondary iconsMuted text
500
36E2
#36E245
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC42A
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C21
Active/pressed statesDark mode accentsSecondary text
800
1070
#107018
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A470F
Primary textHigh emphasis contentDark headings
950
062D
#062D0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E0FBE2;
  --emerald-200: #C5F7C9;
  --emerald-300: #98F0A0;
  --emerald-400: #63E96E;
  --emerald-500: #36E245;
  --emerald-600: #1CC42A;
  --emerald-700: #169C21;
  --emerald-800: #107018;
  --emerald-900: #0A470F;
  --emerald-950: #062D0A;
}
Generate More ShadesCreate PaletteConvert Color