Emerald

#35E3A4

Green

Color Codes

All color formats for development

HEX
#35E3A4
RGB
rgb(53, 227, 164)
HSL
hsl(158, 76%, 55%)
OKLCH
oklch(0.816 0.164 163.1)
CMYK
cmyk(77%, 0%, 28%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.68: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#1EDE98
2#1BC587
3#18AD76
4#149465
5#117B54
6#0D6343
7#0A4A33
8#073122
9#031911

Tints

Lighter variations

1#49E6AD
2#5DE9B6
3#72ECBF
4#86EEC8
5#9AF1D1
6#AEF4DA
7#C2F7E4
8#D7F9ED
9#EBFCF6

Tones

Muted variations

1#3EDBA1
2#46D29F
3#4FC99D
4#58C19A
5#61B898
6#69AF96
7#72A693
8#7B9E91
9#84958F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF1
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D0
BordersInactive statesPlaceholder text
400
62EA
#62EAB8
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A4
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC587
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D6B
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F704D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4831
Primary textHigh emphasis contentDark headings
950
062D
#062D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FBF1;
  --emerald-200: #C5F7E5;
  --emerald-300: #98F1D0;
  --emerald-400: #62EAB8;
  --emerald-500: #35E3A4;
  --emerald-600: #1BC587;
  --emerald-700: #159D6B;
  --emerald-800: #0F704D;
  --emerald-900: #0A4831;
  --emerald-950: #062D1F;
}
Generate More ShadesCreate PaletteConvert Color