Emerald

#60EB6E

Green

Color Codes

All color formats for development

HEX
#60EB6E
RGB
rgb(96, 235, 110)
HSL
hsl(126, 78%, 65%)
OKLCH
oklch(0.836 0.206 145.2)
CMYK
cmyk(59%, 0%, 53%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.61: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#43E853
2#25E438
3#1ACF2C
4#16B125
5#12941F
6#0F7619
7#0B5913
8#073B0C
9#041E06

Tints

Lighter variations

1#70ED7D
2#80EF8B
3#90F19A
4#A0F3A8
5#B0F5B7
6#BFF7C5
7#CFF9D4
8#DFFBE2
9#EFFDF1

Tones

Muted variations

1#67E474
2#6EDD79
3#75D67F
4#7CD084
5#83C98A
6#8AC28F
7#91BB95
8#98B49B
9#9FADA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C9
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A0
BordersInactive statesPlaceholder text
400
60EB
#60EB6E
Disabled statesSecondary iconsMuted text
500
33E6
#33E645
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C82A
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F22
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7118
Text on light backgroundsHeadingsStrong borders
900
0949
#09490F
Primary textHigh emphasis contentDark headings
950
062D
#062D0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE2;
  --emerald-200: #C4F8C9;
  --emerald-300: #97F2A0;
  --emerald-400: #60EB6E;
  --emerald-500: #33E645;
  --emerald-600: #19C82A;
  --emerald-700: #149F22;
  --emerald-800: #0E7118;
  --emerald-900: #09490F;
  --emerald-950: #062D0A;
}
Generate More ShadesCreate PaletteConvert Color