Emerald

#35E355

Green

Color Codes

All color formats for development

HEX
#35E355
RGB
rgb(53, 227, 85)
HSL
hsl(131, 76%, 55%)
OKLCH
oklch(0.803 0.23 145.6)
CMYK
cmyk(77%, 0%, 63%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.27: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#1EDE41
2#1BC53A
3#18AD33
4#14942C
5#117B24
6#0D631D
7#0A4A16
8#07310F
9#031907

Tints

Lighter variations

1#49E666
2#5DE977
3#72EC88
4#86EE99
5#9AF1AA
6#AEF4BB
7#C2F7CC
8#D7F9DD
9#EBFCEE

Tones

Muted variations

1#3EDB5B
2#46D260
3#4FC966
4#58C16B
5#61B871
6#69AF76
7#72A67C
8#7B9E81
9#849587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE5
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7CE
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1A8
BordersInactive statesPlaceholder text
400
62EA
#62EA7B
Disabled statesSecondary iconsMuted text
500
35E3
#35E355
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC53A
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D2E
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7021
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4815
Primary textHigh emphasis contentDark headings
950
062D
#062D0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FBE5;
  --emerald-200: #C5F7CE;
  --emerald-300: #98F1A8;
  --emerald-400: #62EA7B;
  --emerald-500: #35E355;
  --emerald-600: #1BC53A;
  --emerald-700: #159D2E;
  --emerald-800: #0F7021;
  --emerald-900: #0A4815;
  --emerald-950: #062D0D;
}
Generate More ShadesCreate PaletteConvert Color