Emerald

#35E3A9

Green

Color Codes

All color formats for development

HEX
#35E3A9
RGB
rgb(53, 227, 169)
HSL
hsl(160, 76%, 55%)
OKLCH
oklch(0.817 0.16 165)
CMYK
cmyk(77%, 0%, 26%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.65:1

AA AAA

On Black Background

12.71: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#1EDE9E
2#1BC58D
3#18AD7B
4#149469
5#117B58
6#0D6346
7#0A4A35
8#073123
9#031912

Tints

Lighter variations

1#49E6B2
2#5DE9BA
3#72ECC3
4#86EECC
5#9AF1D4
6#AEF4DD
7#C2F7E5
8#D7F9EE
9#EBFCF6

Tones

Muted variations

1#3EDBA6
2#46D2A4
3#4FC9A1
4#58C19E
5#61B89B
6#69AF98
7#72A695
8#7B9E92
9#84958F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF2
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E6
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D3
BordersInactive statesPlaceholder text
400
62EA
#62EABC
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A9
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC58D
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D70
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7050
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4833
Primary textHigh emphasis contentDark headings
950
062D
#062D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FBF2;
  --emerald-200: #C5F7E6;
  --emerald-300: #98F1D3;
  --emerald-400: #62EABC;
  --emerald-500: #35E3A9;
  --emerald-600: #1BC58D;
  --emerald-700: #159D70;
  --emerald-800: #0F7050;
  --emerald-900: #0A4833;
  --emerald-950: #062D20;
}
Generate More ShadesCreate PaletteConvert Color