Emerald

#35E34C

Green

Color Codes

All color formats for development

HEX
#35E34C
RGB
rgb(53, 227, 76)
HSL
hsl(128, 76%, 55%)
OKLCH
oklch(0.802 0.236 144.6)
CMYK
cmyk(77%, 0%, 67%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#1EDE38
2#1BC532
3#18AD2B
4#149425
5#117B1F
6#0D6319
7#0A4A13
8#07310C
9#031906

Tints

Lighter variations

1#49E65E
2#5DE970
3#72EC82
4#86EE94
5#9AF1A6
6#AEF4B8
7#C2F7C9
8#D7F9DB
9#EBFCED

Tones

Muted variations

1#3EDB53
2#46D259
3#4FC95F
4#58C166
5#61B86C
6#69AF73
7#72A679
8#7B9E7F
9#849586

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE3
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7CB
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1A4
BordersInactive statesPlaceholder text
400
62EA
#62EA74
Disabled statesSecondary iconsMuted text
500
35E3
#35E34C
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC532
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D28
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F701C
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4812
Primary textHigh emphasis contentDark headings
950
062D
#062D0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E0FBE3;
  --emerald-200: #C5F7CB;
  --emerald-300: #98F1A4;
  --emerald-400: #62EA74;
  --emerald-500: #35E34C;
  --emerald-600: #1BC532;
  --emerald-700: #159D28;
  --emerald-800: #0F701C;
  --emerald-900: #0A4812;
  --emerald-950: #062D0B;
}
Generate More ShadesCreate PaletteConvert Color