Emerald

#60EB67

Green

Color Codes

All color formats for development

HEX
#60EB67
RGB
rgb(96, 235, 103)
HSL
hsl(123, 78%, 65%)
OKLCH
oklch(0.835 0.212 144.2)
CMYK
cmyk(59%, 0%, 56%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.58: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#43E84B
2#25E42F
3#1ACF23
4#16B11E
5#129419
6#0F7614
7#0B590F
8#073B0A
9#041E05

Tints

Lighter variations

1#70ED76
2#80EF85
3#90F195
4#A0F3A4
5#B0F5B3
6#BFF7C2
7#CFF9D1
8#DFFBE1
9#EFFDF0

Tones

Muted variations

1#67E46D
2#6EDD74
3#75D67A
4#7CD080
5#83C986
6#8AC28D
7#91BB93
8#98B499
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE1
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F29B
BordersInactive statesPlaceholder text
400
60EB
#60EB67
Disabled statesSecondary iconsMuted text
500
33E6
#33E63C
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C821
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F1B
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7113
Text on light backgroundsHeadingsStrong borders
900
0949
#09490C
Primary textHigh emphasis contentDark headings
950
062D
#062D08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE1;
  --emerald-200: #C4F8C7;
  --emerald-300: #97F29B;
  --emerald-400: #60EB67;
  --emerald-500: #33E63C;
  --emerald-600: #19C821;
  --emerald-700: #149F1B;
  --emerald-800: #0E7113;
  --emerald-900: #09490C;
  --emerald-950: #062D08;
}
Generate More ShadesCreate PaletteConvert Color