Emerald

#60EB8A

Green

Color Codes

All color formats for development

HEX
#60EB8A
RGB
rgb(96, 235, 138)
HSL
hsl(138, 78%, 65%)
OKLCH
oklch(0.841 0.181 150.5)
CMYK
cmyk(59%, 0%, 41%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.75: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#43E874
2#25E45E
3#1ACF50
4#16B144
5#129439
6#0F762E
7#0B5922
8#073B17
9#041E0B

Tints

Lighter variations

1#70ED96
2#80EFA1
3#90F1AD
4#A0F3B9
5#B0F5C4
6#BFF7D0
7#CFF9DC
8#DFFBE8
9#EFFDF3

Tones

Muted variations

1#67E48D
2#6EDD8F
3#75D692
4#7CD095
5#83C998
6#8AC29B
7#91BB9D
8#98B4A0
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
#97F2B2
BordersInactive statesPlaceholder text
400
60EB
#60EB8A
Disabled statesSecondary iconsMuted text
500
33E6
#33E668
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C84D
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F3D
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E712C
Text on light backgroundsHeadingsStrong borders
900
0949
#09491C
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: #97F2B2;
  --emerald-400: #60EB8A;
  --emerald-500: #33E668;
  --emerald-600: #19C84D;
  --emerald-700: #149F3D;
  --emerald-800: #0E712C;
  --emerald-900: #09491C;
  --emerald-950: #062D12;
}
Generate More ShadesCreate PaletteConvert Color