Emerald

#62EAA1

Green

Color Codes

All color formats for development

HEX
#62EAA1
RGB
rgb(98, 234, 161)
HSL
hsl(148, 76%, 65%)
OKLCH
oklch(0.843 0.158 156.9)
CMYK
cmyk(58%, 0%, 31%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.80: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#45E690
2#28E27E
3#1CCC6E
4#18AF5E
5#14924F
6#10753F
7#0C582F
8#083A1F
9#041D10

Tints

Lighter variations

1#72ECAB
2#81EEB4
3#91F0BD
4#A1F2C7
5#B0F4D0
6#C0F6D9
7#D0F9E3
8#E0FBEC
9#EFFDF6

Tones

Muted variations

1#69E3A2
2#6FDCA2
3#76D5A3
4#7DCEA3
5#84C8A3
6#8BC1A4
7#91BAA4
8#98B3A5
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEC
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7DC
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1C1
BordersInactive statesPlaceholder text
400
62EA
#62EAA1
Disabled statesSecondary iconsMuted text
500
35E3
#35E386
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC56B
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D55
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F703D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4827
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E0FBEC;
  --emerald-200: #C5F7DC;
  --emerald-300: #98F1C1;
  --emerald-400: #62EAA1;
  --emerald-500: #35E386;
  --emerald-600: #1BC56B;
  --emerald-700: #159D55;
  --emerald-800: #0F703D;
  --emerald-900: #0A4827;
  --emerald-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color