Emerald

#62EA9A

Green

Color Codes

All color formats for development

HEX
#62EA9A
RGB
rgb(98, 234, 154)
HSL
hsl(145, 76%, 65%)
OKLCH
oklch(0.842 0.165 154.7)
CMYK
cmyk(58%, 0%, 34%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.76: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#45E688
2#28E275
3#1CCC65
4#18AF57
5#149248
6#10753A
7#0C582B
8#083A1D
9#041D0E

Tints

Lighter variations

1#72ECA5
2#81EEAF
3#91F0B9
4#A1F2C3
5#B0F4CD
6#C0F6D7
7#D0F9E1
8#E0FBEB
9#EFFDF5

Tones

Muted variations

1#69E39C
2#6FDC9D
3#76D59E
4#7DCE9F
5#84C8A0
6#8BC1A1
7#91BAA2
8#98B3A3
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEB
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7DA
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1BD
BordersInactive statesPlaceholder text
400
62EA
#62EA9A
Disabled statesSecondary iconsMuted text
500
35E3
#35E37E
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC562
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D4E
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7038
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4824
Primary textHigh emphasis contentDark headings
950
062D
#062D16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FBEB;
  --emerald-200: #C5F7DA;
  --emerald-300: #98F1BD;
  --emerald-400: #62EA9A;
  --emerald-500: #35E37E;
  --emerald-600: #1BC562;
  --emerald-700: #159D4E;
  --emerald-800: #0F7038;
  --emerald-900: #0A4824;
  --emerald-950: #062D16;
}
Generate More ShadesCreate PaletteConvert Color