Emerald

#35E3A1

Green

Color Codes

All color formats for development

HEX
#35E3A1
RGB
rgb(53, 227, 161)
HSL
hsl(157, 76%, 55%)
OKLCH
oklch(0.815 0.166 162)
CMYK
cmyk(77%, 0%, 29%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.65: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#1EDE95
2#1BC584
3#18AD74
4#149463
5#117B53
6#0D6342
7#0A4A32
8#073121
9#031911

Tints

Lighter variations

1#49E6AA
2#5DE9B3
3#72ECBD
4#86EEC6
5#9AF1D0
6#AEF4D9
7#C2F7E3
8#D7F9EC
9#EBFCF6

Tones

Muted variations

1#3EDB9F
2#46D29D
3#4FC99A
4#58C198
5#61B896
6#69AF94
7#72A692
8#7B9E90
9#84958E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF0
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E4
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1CF
BordersInactive statesPlaceholder text
400
62EA
#62EAB6
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A1
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC584
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D69
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F704B
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4830
Primary textHigh emphasis contentDark headings
950
062D
#062D1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FBF0;
  --emerald-200: #C5F7E4;
  --emerald-300: #98F1CF;
  --emerald-400: #62EAB6;
  --emerald-500: #35E3A1;
  --emerald-600: #1BC584;
  --emerald-700: #159D69;
  --emerald-800: #0F704B;
  --emerald-900: #0A4830;
  --emerald-950: #062D1E;
}
Generate More ShadesCreate PaletteConvert Color