Emerald

#60EB9C

Green

Color Codes

All color formats for development

HEX
#60EB9C
RGB
rgb(96, 235, 156)
HSL
hsl(146, 78%, 65%)
OKLCH
oklch(0.844 0.165 155.3)
CMYK
cmyk(59%, 0%, 34%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.86: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#43E88A
2#25E478
3#1ACF68
4#16B159
5#12944A
6#0F763B
7#0B592D
8#073B1E
9#041E0F

Tints

Lighter variations

1#70EDA6
2#80EFB0
3#90F1BA
4#A0F3C4
5#B0F5CE
6#BFF7D8
7#CFF9E1
8#DFFBEB
9#EFFDF5

Tones

Muted variations

1#67E49D
2#6EDD9E
3#75D69F
4#7CD0A0
5#83C9A1
6#8AC2A2
7#91BBA3
8#98B4A4
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEB
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DA
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2BE
BordersInactive statesPlaceholder text
400
60EB
#60EB9C
Disabled statesSecondary iconsMuted text
500
33E6
#33E680
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C865
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F50
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7139
Text on light backgroundsHeadingsStrong borders
900
0949
#094925
Primary textHigh emphasis contentDark headings
950
062D
#062D17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEB;
  --emerald-200: #C4F8DA;
  --emerald-300: #97F2BE;
  --emerald-400: #60EB9C;
  --emerald-500: #33E680;
  --emerald-600: #19C865;
  --emerald-700: #149F50;
  --emerald-800: #0E7139;
  --emerald-900: #094925;
  --emerald-950: #062D17;
}
Generate More ShadesCreate PaletteConvert Color