Emerald

#35E36C

Green

Color Codes

All color formats for development

HEX
#35E36C
RGB
rgb(53, 227, 108)
HSL
hsl(139, 76%, 55%)
OKLCH
oklch(0.805 0.212 148.8)
CMYK
cmyk(77%, 0%, 52%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.36: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#1EDE5B
2#1BC551
3#18AD47
4#14943D
5#117B33
6#0D6328
7#0A4A1E
8#073114
9#03190A

Tints

Lighter variations

1#49E67B
2#5DE98A
3#72EC98
4#86EEA7
5#9AF1B6
6#AEF4C4
7#C2F7D3
8#D7F9E2
9#EBFCF0

Tones

Muted variations

1#3EDB6F
2#46D273
3#4FC976
4#58C179
5#61B87C
6#69AF7F
7#72A683
8#7B9E86
9#849589

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE8
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1B4
BordersInactive statesPlaceholder text
400
62EA
#62EA8D
Disabled statesSecondary iconsMuted text
500
35E3
#35E36C
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC551
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D40
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F702E
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A481D
Primary textHigh emphasis contentDark headings
950
062D
#062D12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E0FBE8;
  --emerald-200: #C5F7D5;
  --emerald-300: #98F1B4;
  --emerald-400: #62EA8D;
  --emerald-500: #35E36C;
  --emerald-600: #1BC551;
  --emerald-700: #159D40;
  --emerald-800: #0F702E;
  --emerald-900: #0A481D;
  --emerald-950: #062D12;
}
Generate More ShadesCreate PaletteConvert Color