Emerald

#62EA96

Green

Color Codes

All color formats for development

HEX
#62EA96
RGB
rgb(98, 234, 150)
HSL
hsl(143, 76%, 65%)
OKLCH
oklch(0.841 0.168 153.5)
CMYK
cmyk(58%, 0%, 36%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.73: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#45E682
2#28E26F
3#1CCC5F
4#18AF52
5#149244
6#107537
7#0C5829
8#083A1B
9#041D0E

Tints

Lighter variations

1#72ECA0
2#81EEAB
3#91F0B5
4#A1F2C0
5#B0F4CA
6#C0F6D5
7#D0F9DF
8#E0FBEA
9#EFFDF4

Tones

Muted variations

1#69E398
2#6FDC99
3#76D59B
4#7DCE9C
5#84C89E
6#8BC19F
7#91BAA1
8#98B3A3
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEA
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D8
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1BA
BordersInactive statesPlaceholder text
400
62EA
#62EA96
Disabled statesSecondary iconsMuted text
500
35E3
#35E378
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC55C
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D49
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7034
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4822
Primary textHigh emphasis contentDark headings
950
062D
#062D15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBEA;
  --emerald-200: #C5F7D8;
  --emerald-300: #98F1BA;
  --emerald-400: #62EA96;
  --emerald-500: #35E378;
  --emerald-600: #1BC55C;
  --emerald-700: #159D49;
  --emerald-800: #0F7034;
  --emerald-900: #0A4822;
  --emerald-950: #062D15;
}
Generate More ShadesCreate PaletteConvert Color