Emerald

#62EA72

Green

Color Codes

All color formats for development

HEX
#62EA72
RGB
rgb(98, 234, 114)
HSL
hsl(127, 76%, 65%)
OKLCH
oklch(0.835 0.201 145.7)
CMYK
cmyk(58%, 0%, 51%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.53: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#45E658
2#28E23D
3#1CCC30
4#18AF2A
5#149223
6#10751C
7#0C5815
8#083A0E
9#041D07

Tints

Lighter variations

1#72EC80
2#81EE8E
3#91F09C
4#A1F2AA
5#B0F4B8
6#C0F6C6
7#D0F9D5
8#E0FBE3
9#EFFDF1

Tones

Muted variations

1#69E377
2#6FDC7C
3#76D581
4#7DCE87
5#84C88C
6#8BC191
7#91BA96
8#98B39B
9#9FADA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE3
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7CB
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1A2
BordersInactive statesPlaceholder text
400
62EA
#62EA72
Disabled statesSecondary iconsMuted text
500
35E3
#35E349
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC52F
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D25
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F701B
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4811
Primary textHigh emphasis contentDark headings
950
062D
#062D0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E0FBE3;
  --emerald-200: #C5F7CB;
  --emerald-300: #98F1A2;
  --emerald-400: #62EA72;
  --emerald-500: #35E349;
  --emerald-600: #1BC52F;
  --emerald-700: #159D25;
  --emerald-800: #0F701B;
  --emerald-900: #0A4811;
  --emerald-950: #062D0B;
}
Generate More ShadesCreate PaletteConvert Color