Emerald

#60EB93

Green

Color Codes

All color formats for development

HEX
#60EB93
RGB
rgb(96, 235, 147)
HSL
hsl(142, 78%, 65%)
OKLCH
oklch(0.842 0.173 152.8)
CMYK
cmyk(59%, 0%, 37%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.80: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#43E87F
2#25E46B
3#1ACF5C
4#16B14F
5#129442
6#0F7635
7#0B5927
8#073B1A
9#041E0D

Tints

Lighter variations

1#70ED9E
2#80EFA9
3#90F1B4
4#A0F3BE
5#B0F5C9
6#BFF7D4
7#CFF9DF
8#DFFBE9
9#EFFDF4

Tones

Muted variations

1#67E495
2#6EDD97
3#75D699
4#7CD09B
5#83C99C
6#8AC29E
7#91BBA0
8#98B4A2
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2B8
BordersInactive statesPlaceholder text
400
60EB
#60EB93
Disabled statesSecondary iconsMuted text
500
33E6
#33E674
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C859
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F47
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7132
Text on light backgroundsHeadingsStrong borders
900
0949
#094920
Primary textHigh emphasis contentDark headings
950
062D
#062D14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBE9;
  --emerald-200: #C4F8D7;
  --emerald-300: #97F2B8;
  --emerald-400: #60EB93;
  --emerald-500: #33E674;
  --emerald-600: #19C859;
  --emerald-700: #149F47;
  --emerald-800: #0E7132;
  --emerald-900: #094920;
  --emerald-950: #062D14;
}
Generate More ShadesCreate PaletteConvert Color