Emerald

#35E3AF

Green

Color Codes

All color formats for development

HEX
#35E3AF
RGB
rgb(53, 227, 175)
HSL
hsl(162, 76%, 55%)
OKLCH
oklch(0.818 0.156 167.4)
CMYK
cmyk(77%, 0%, 23%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.76: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#1EDEA5
2#1BC592
3#18AD80
4#14946E
5#117B5B
6#0D6349
7#0A4A37
8#073125
9#031912

Tints

Lighter variations

1#49E6B7
2#5DE9BF
3#72ECC7
4#86EECF
5#9AF1D7
6#AEF4DF
7#C2F7E7
8#D7F9EF
9#EBFCF7

Tones

Muted variations

1#3EDBAC
2#46D2A8
3#4FC9A5
4#58C1A1
5#61B89E
6#69AF9A
7#72A697
8#7B9E93
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
#C5F7E8
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D6
BordersInactive statesPlaceholder text
400
62EA
#62EAC1
Disabled statesSecondary iconsMuted text
500
35E3
#35E3AF
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC592
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D74
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7053
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4835
Primary textHigh emphasis contentDark headings
950
062D
#062D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FBF3;
  --emerald-200: #C5F7E8;
  --emerald-300: #98F1D6;
  --emerald-400: #62EAC1;
  --emerald-500: #35E3AF;
  --emerald-600: #1BC592;
  --emerald-700: #159D74;
  --emerald-800: #0F7053;
  --emerald-900: #0A4835;
  --emerald-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color