Emerald

#60EB62

Green

Color Codes

All color formats for development

HEX
#60EB62
RGB
rgb(96, 235, 98)
HSL
hsl(121, 78%, 65%)
OKLCH
oklch(0.835 0.216 143.6)
CMYK
cmyk(59%, 0%, 58%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#43E845
2#25E428
3#1ACF1D
4#16B118
5#129414
6#0F7610
7#0B590C
8#073B08
9#041E04

Tints

Lighter variations

1#70ED72
2#80EF82
3#90F191
4#A0F3A1
5#B0F5B1
6#BFF7C0
7#CFF9D0
8#DFFBE0
9#EFFDEF

Tones

Muted variations

1#67E469
2#6EDD70
3#75D677
4#7CD07D
5#83C984
6#8AC28B
7#91BB92
8#98B498
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C5
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F298
BordersInactive statesPlaceholder text
400
60EB
#60EB62
Disabled statesSecondary iconsMuted text
500
33E6
#33E636
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C81C
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F16
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7110
Text on light backgroundsHeadingsStrong borders
900
0949
#09490A
Primary textHigh emphasis contentDark headings
950
062D
#062D06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C4F8C5;
  --emerald-300: #97F298;
  --emerald-400: #60EB62;
  --emerald-500: #33E636;
  --emerald-600: #19C81C;
  --emerald-700: #149F16;
  --emerald-800: #0E7110;
  --emerald-900: #09490A;
  --emerald-950: #062D06;
}
Generate More ShadesCreate PaletteConvert Color