Emerald

#60EB96

Green

Color Codes

All color formats for development

HEX
#60EB96
RGB
rgb(96, 235, 150)
HSL
hsl(143, 78%, 65%)
OKLCH
oklch(0.843 0.17 153.6)
CMYK
cmyk(59%, 0%, 36%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.82: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#43E882
2#25E46E
3#1ACF5F
4#16B151
5#129444
6#0F7636
7#0B5929
8#073B1B
9#041E0E

Tints

Lighter variations

1#70EDA0
2#80EFAB
3#90F1B5
4#A0F3C0
5#B0F5CA
6#BFF7D5
7#CFF9DF
8#DFFBEA
9#EFFDF4

Tones

Muted variations

1#67E497
2#6EDD99
3#75D69A
4#7CD09C
5#83C99E
6#8AC29F
7#91BBA1
8#98B4A3
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEA
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2BA
BordersInactive statesPlaceholder text
400
60EB
#60EB96
Disabled statesSecondary iconsMuted text
500
33E6
#33E677
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C85C
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F49
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7134
Text on light backgroundsHeadingsStrong borders
900
0949
#094921
Primary textHigh emphasis contentDark headings
950
062D
#062D15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEA;
  --emerald-200: #C4F8D8;
  --emerald-300: #97F2BA;
  --emerald-400: #60EB96;
  --emerald-500: #33E677;
  --emerald-600: #19C85C;
  --emerald-700: #149F49;
  --emerald-800: #0E7134;
  --emerald-900: #094921;
  --emerald-950: #062D15;
}
Generate More ShadesCreate PaletteConvert Color