Emerald

#5EED97

Green

Color Codes

All color formats for development

HEX
#5EED97
RGB
rgb(94, 237, 151)
HSL
hsl(144, 80%, 65%)
OKLCH
oklch(0.847 0.173 153.8)
CMYK
cmyk(60%, 0%, 36%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

14.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#41EA84
2#23E771
3#17D161
4#14B354
5#119546
6#0D7738
7#0A5A2A
8#073C1C
9#031E0E

Tints

Lighter variations

1#6EEFA2
2#7EF1AC
3#8FF3B7
4#9FF4C1
5#AFF6CB
6#BFF8D6
7#CFFAE0
8#DFFBEA
9#EFFDF5

Tones

Muted variations

1#65E699
2#6DDF9A
3#74D89C
4#7BD19D
5#82C99F
6#89C2A0
7#90BBA1
8#97B4A3
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEA
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BB
BordersInactive statesPlaceholder text
400
5EED
#5EED97
Disabled statesSecondary iconsMuted text
500
30E8
#30E87A
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA5E
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A14B
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7336
Text on light backgroundsHeadingsStrong borders
900
0849
#084922
Primary textHigh emphasis contentDark headings
950
052E
#052E15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEA;
  --emerald-200: #C3F8D9;
  --emerald-300: #95F3BB;
  --emerald-400: #5EED97;
  --emerald-500: #30E87A;
  --emerald-600: #16CA5E;
  --emerald-700: #12A14B;
  --emerald-800: #0D7336;
  --emerald-900: #084922;
  --emerald-950: #052E15;
}
Generate More ShadesCreate PaletteConvert Color