Emerald

#60EBA1

Green

Color Codes

All color formats for development

HEX
#60EBA1
RGB
rgb(96, 235, 161)
HSL
hsl(148, 78%, 65%)
OKLCH
oklch(0.845 0.161 156.9)
CMYK
cmyk(59%, 0%, 31%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.90: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#43E890
2#25E47E
3#1ACF6E
4#16B15E
5#12944F
6#0F763F
7#0B592F
8#073B1F
9#041E10

Tints

Lighter variations

1#70EDAA
2#80EFB4
3#90F1BD
4#A0F3C7
5#B0F5D0
6#BFF7D9
7#CFF9E3
8#DFFBEC
9#EFFDF6

Tones

Muted variations

1#67E4A2
2#6EDDA2
3#75D6A3
4#7CD0A3
5#83C9A3
6#8AC2A4
7#91BBA4
8#98B4A5
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DC
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C1
BordersInactive statesPlaceholder text
400
60EB
#60EBA1
Disabled statesSecondary iconsMuted text
500
33E6
#33E686
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C86A
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F55
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713C
Text on light backgroundsHeadingsStrong borders
900
0949
#094927
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEC;
  --emerald-200: #C4F8DC;
  --emerald-300: #97F2C1;
  --emerald-400: #60EBA1;
  --emerald-500: #33E686;
  --emerald-600: #19C86A;
  --emerald-700: #149F55;
  --emerald-800: #0E713C;
  --emerald-900: #094927;
  --emerald-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color