Emerald

#35E344

Green

Color Codes

All color formats for development

HEX
#35E344
RGB
rgb(53, 227, 68)
HSL
hsl(125, 76%, 55%)
OKLCH
oklch(0.801 0.241 143.9)
CMYK
cmyk(77%, 0%, 70%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.22: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#1EDE2E
2#1BC529
3#18AD24
4#14941F
5#117B1A
6#0D6315
7#0A4A0F
8#07310A
9#031905

Tints

Lighter variations

1#49E656
2#5DE969
3#72EC7C
4#86EE8F
5#9AF1A1
6#AEF4B4
7#C2F7C7
8#D7F9DA
9#EBFCEC

Tones

Muted variations

1#3EDB4B
2#46D252
3#4FC959
4#58C161
5#61B868
6#69AF6F
7#72A676
8#7B9E7E
9#849585

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE2
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7C9
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F19F
BordersInactive statesPlaceholder text
400
62EA
#62EA6D
Disabled statesSecondary iconsMuted text
500
35E3
#35E344
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC529
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D21
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7017
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A480F
Primary textHigh emphasis contentDark headings
950
062D
#062D09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E0FBE2;
  --emerald-200: #C5F7C9;
  --emerald-300: #98F19F;
  --emerald-400: #62EA6D;
  --emerald-500: #35E344;
  --emerald-600: #1BC529;
  --emerald-700: #159D21;
  --emerald-800: #0F7017;
  --emerald-900: #0A480F;
  --emerald-950: #062D09;
}
Generate More ShadesCreate PaletteConvert Color