Emerald

#60EB91

Green

Color Codes

All color formats for development

HEX
#60EB91
RGB
rgb(96, 235, 145)
HSL
hsl(141, 78%, 65%)
OKLCH
oklch(0.842 0.175 152.2)
CMYK
cmyk(59%, 0%, 38%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.79: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#43E87C
2#25E468
3#1ACF59
4#16B14C
5#12943F
6#0F7633
7#0B5926
8#073B19
9#041E0D

Tints

Lighter variations

1#70ED9C
2#80EFA7
3#90F1B2
4#A0F3BD
5#B0F5C8
6#BFF7D3
7#CFF9DE
8#DFFBE9
9#EFFDF4

Tones

Muted variations

1#67E493
2#6EDD95
3#75D697
4#7CD099
5#83C99B
6#8AC29D
7#91BB9F
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
#C4F8D6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2B7
BordersInactive statesPlaceholder text
400
60EB
#60EB91
Disabled statesSecondary iconsMuted text
500
33E6
#33E671
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C856
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F44
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7131
Text on light backgroundsHeadingsStrong borders
900
0949
#09491F
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: #C4F8D6;
  --emerald-300: #97F2B7;
  --emerald-400: #60EB91;
  --emerald-500: #33E671;
  --emerald-600: #19C856;
  --emerald-700: #149F44;
  --emerald-800: #0E7131;
  --emerald-900: #09491F;
  --emerald-950: #062D14;
}
Generate More ShadesCreate PaletteConvert Color