Emerald

#60EB7A

Green

Color Codes

All color formats for development

HEX
#60EB7A
RGB
rgb(96, 235, 122)
HSL
hsl(131, 78%, 65%)
OKLCH
oklch(0.838 0.196 147.2)
CMYK
cmyk(59%, 0%, 48%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.66: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#43E861
2#25E448
3#1ACF3B
4#16B132
5#12942A
6#0F7622
7#0B5919
8#073B11
9#041E08

Tints

Lighter variations

1#70ED87
2#80EF94
3#90F1A2
4#A0F3AF
5#B0F5BC
6#BFF7CA
7#CFF9D7
8#DFFBE4
9#EFFDF2

Tones

Muted variations

1#67E47E
2#6EDD82
3#75D687
4#7CD08B
5#83C990
6#8AC294
7#91BB99
8#98B49D
9#9FADA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CD
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A7
BordersInactive statesPlaceholder text
400
60EB
#60EB7A
Disabled statesSecondary iconsMuted text
500
33E6
#33E654
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C839
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F2D
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7120
Text on light backgroundsHeadingsStrong borders
900
0949
#094915
Primary textHigh emphasis contentDark headings
950
062D
#062D0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE4;
  --emerald-200: #C4F8CD;
  --emerald-300: #97F2A7;
  --emerald-400: #60EB7A;
  --emerald-500: #33E654;
  --emerald-600: #19C839;
  --emerald-700: #149F2D;
  --emerald-800: #0E7120;
  --emerald-900: #094915;
  --emerald-950: #062D0D;
}
Generate More ShadesCreate PaletteConvert Color