Emerald

#60EB8C

Green

Color Codes

All color formats for development

HEX
#60EB8C
RGB
rgb(96, 235, 140)
HSL
hsl(139, 78%, 65%)
OKLCH
oklch(0.841 0.179 151)
CMYK
cmyk(59%, 0%, 40%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.76: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#43E877
2#25E462
3#1ACF53
4#16B147
5#12943B
6#0F762F
7#0B5924
8#073B18
9#041E0C

Tints

Lighter variations

1#70ED98
2#80EFA3
3#90F1AF
4#A0F3BA
5#B0F5C6
6#BFF7D1
7#CFF9DD
8#DFFBE8
9#EFFDF4

Tones

Muted variations

1#67E48F
2#6EDD91
3#75D694
4#7CD096
5#83C999
6#8AC29C
7#91BB9E
8#98B4A1
9#9FADA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D4
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2B4
BordersInactive statesPlaceholder text
400
60EB
#60EB8C
Disabled statesSecondary iconsMuted text
500
33E6
#33E66B
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C850
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F40
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E712E
Text on light backgroundsHeadingsStrong borders
900
0949
#09491D
Primary textHigh emphasis contentDark headings
950
062D
#062D12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE8;
  --emerald-200: #C4F8D4;
  --emerald-300: #97F2B4;
  --emerald-400: #60EB8C;
  --emerald-500: #33E66B;
  --emerald-600: #19C850;
  --emerald-700: #149F40;
  --emerald-800: #0E712E;
  --emerald-900: #09491D;
  --emerald-950: #062D12;
}
Generate More ShadesCreate PaletteConvert Color