Emerald

#5EED9F

Green

Color Codes

All color formats for development

HEX
#5EED9F
RGB
rgb(94, 237, 159)
HSL
hsl(147, 80%, 65%)
OKLCH
oklch(0.849 0.166 156.1)
CMYK
cmyk(60%, 0%, 33%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.09: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#41EA8D
2#23E77B
3#17D16B
4#14B35B
5#11954C
6#0D773D
7#0A5A2E
8#073C1E
9#031E0F

Tints

Lighter variations

1#6EEFA8
2#7EF1B2
3#8FF3BC
4#9FF4C5
5#AFF6CF
6#BFF8D8
7#CFFAE2
8#DFFBEC
9#EFFDF5

Tones

Muted variations

1#65E69F
2#6DDFA0
3#74D8A1
4#7BD1A1
5#82C9A2
6#89C2A3
7#90BBA4
8#97B4A4
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8DB
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3C0
BordersInactive statesPlaceholder text
400
5EED
#5EED9F
Disabled statesSecondary iconsMuted text
500
30E8
#30E883
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA67
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A152
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D733B
Text on light backgroundsHeadingsStrong borders
900
0849
#084926
Primary textHigh emphasis contentDark headings
950
052E
#052E17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEC;
  --emerald-200: #C3F8DB;
  --emerald-300: #95F3C0;
  --emerald-400: #5EED9F;
  --emerald-500: #30E883;
  --emerald-600: #16CA67;
  --emerald-700: #12A152;
  --emerald-800: #0D733B;
  --emerald-900: #084926;
  --emerald-950: #052E17;
}
Generate More ShadesCreate PaletteConvert Color