Emerald

#35E36F

Green

Color Codes

All color formats for development

HEX
#35E36F
RGB
rgb(53, 227, 111)
HSL
hsl(140, 76%, 55%)
OKLCH
oklch(0.806 0.21 149.3)
CMYK
cmyk(77%, 0%, 51%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.37: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#1EDE5E
2#1BC554
3#18AD49
4#14943F
5#117B34
6#0D632A
7#0A4A1F
8#073115
9#03190A

Tints

Lighter variations

1#49E67E
2#5DE98C
3#72EC9A
4#86EEA9
5#9AF1B7
6#AEF4C5
7#C2F7D4
8#D7F9E2
9#EBFCF1

Tones

Muted variations

1#3EDB72
2#46D275
3#4FC978
4#58C17B
5#61B87E
6#69AF81
7#72A684
8#7B9E86
9#849589

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E0FBE9;
  --emerald-200: #C5F7D5;
  --emerald-300: #98F1B5;
  --emerald-400: #62EA8F;
  --emerald-500: #35E36F;
  --emerald-600: #1BC554;
  --emerald-700: #159D43;
  --emerald-800: #0F7030;
  --emerald-900: #0A481E;
  --emerald-950: #062D13;
}
Generate More ShadesCreate PaletteConvert Color