Emerald

#35E3B5

Green

Color Codes

All color formats for development

HEX
#35E3B5
RGB
rgb(53, 227, 181)
HSL
hsl(164, 76%, 55%)
OKLCH
oklch(0.82 0.151 170)
CMYK
cmyk(77%, 0%, 20%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.81: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#1EDEAB
2#1BC598
3#18AD85
4#149472
5#117B5F
6#0D634C
7#0A4A39
8#073126
9#031913

Tints

Lighter variations

1#49E6BC
2#5DE9C4
3#72ECCB
4#86EED3
5#9AF1DA
6#AEF4E1
7#C2F7E9
8#D7F9F0
9#EBFCF8

Tones

Muted variations

1#3EDBB1
2#46D2AD
3#4FC9A9
4#58C1A5
5#61B8A1
6#69AF9D
7#72A698
8#7B9E94
9#849590

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF3
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EA
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D9
BordersInactive statesPlaceholder text
400
62EA
#62EAC5
Disabled statesSecondary iconsMuted text
500
35E3
#35E3B5
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC598
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D79
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7056
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4837
Primary textHigh emphasis contentDark headings
950
062D
#062D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FBF3;
  --emerald-200: #C5F7EA;
  --emerald-300: #98F1D9;
  --emerald-400: #62EAC5;
  --emerald-500: #35E3B5;
  --emerald-600: #1BC598;
  --emerald-700: #159D79;
  --emerald-800: #0F7056;
  --emerald-900: #0A4837;
  --emerald-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color