Emerald

#5EED9A

Green

Color Codes

All color formats for development

HEX
#5EED9A
RGB
rgb(94, 237, 154)
HSL
hsl(145, 80%, 65%)
OKLCH
oklch(0.848 0.17 154.7)
CMYK
cmyk(60%, 0%, 35%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.06: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#41EA87
2#23E774
3#17D165
4#14B356
5#119548
6#0D7739
7#0A5A2B
8#073C1D
9#031E0E

Tints

Lighter variations

1#6EEFA4
2#7EF1AE
3#8FF3B8
4#9FF4C2
5#AFF6CC
6#BFF8D7
7#CFFAE1
8#DFFBEB
9#EFFDF5

Tones

Muted variations

1#65E69B
2#6DDF9C
3#74D89D
4#7BD19F
5#82C9A0
6#89C2A1
7#90BBA2
8#97B4A3
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEB;
  --emerald-200: #C3F8D9;
  --emerald-300: #95F3BD;
  --emerald-400: #5EED9A;
  --emerald-500: #30E87D;
  --emerald-600: #16CA61;
  --emerald-700: #12A14D;
  --emerald-800: #0D7337;
  --emerald-900: #084923;
  --emerald-950: #052E16;
}
Generate More ShadesCreate PaletteConvert Color