Emerald

#60EB83

Green

Color Codes

All color formats for development

HEX
#60EB83
RGB
rgb(96, 235, 131)
HSL
hsl(135, 78%, 65%)
OKLCH
oklch(0.839 0.188 149)
CMYK
cmyk(59%, 0%, 44%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.71: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#43E86C
2#25E455
3#1ACF47
4#16B13D
5#129433
6#0F7628
7#0B591E
8#073B14
9#041E0A

Tints

Lighter variations

1#70ED8F
2#80EF9C
3#90F1A8
4#A0F3B5
5#B0F5C1
6#BFF7CD
7#CFF9DA
8#DFFBE6
9#EFFDF3

Tones

Muted variations

1#67E486
2#6EDD8A
3#75D68D
4#7CD091
5#83C994
6#8AC298
7#91BB9B
8#98B49F
9#9FADA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE6
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D1
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2AD
BordersInactive statesPlaceholder text
400
60EB
#60EB83
Disabled statesSecondary iconsMuted text
500
33E6
#33E65F
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C844
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F36
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7127
Text on light backgroundsHeadingsStrong borders
900
0949
#094919
Primary textHigh emphasis contentDark headings
950
062D
#062D10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE6;
  --emerald-200: #C4F8D1;
  --emerald-300: #97F2AD;
  --emerald-400: #60EB83;
  --emerald-500: #33E65F;
  --emerald-600: #19C844;
  --emerald-700: #149F36;
  --emerald-800: #0E7127;
  --emerald-900: #094919;
  --emerald-950: #062D10;
}
Generate More ShadesCreate PaletteConvert Color