Emerald

#5EED80

Green

Color Codes

All color formats for development

HEX
#5EED80
RGB
rgb(94, 237, 128)
HSL
hsl(134, 80%, 65%)
OKLCH
oklch(0.843 0.194 148.5)
CMYK
cmyk(60%, 0%, 46%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.90: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#41EA68
2#23E750
3#17D143
4#14B339
5#119530
6#0D7726
7#0A5A1D
8#073C13
9#031E0A

Tints

Lighter variations

1#6EEF8C
2#7EF199
3#8FF3A6
4#9FF4B3
5#AFF6BF
6#BFF8CC
7#CFFAD9
8#DFFBE6
9#EFFDF2

Tones

Muted variations

1#65E683
2#6DDF87
3#74D88B
4#7BD18F
5#82C993
6#89C297
7#90BB9A
8#97B49E
9#9FADA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE6
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D0
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3AB
BordersInactive statesPlaceholder text
400
5EED
#5EED80
Disabled statesSecondary iconsMuted text
500
30E8
#30E85B
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA40
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A133
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7325
Text on light backgroundsHeadingsStrong borders
900
0849
#084917
Primary textHigh emphasis contentDark headings
950
052E
#052E0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE6;
  --emerald-200: #C3F8D0;
  --emerald-300: #95F3AB;
  --emerald-400: #5EED80;
  --emerald-500: #30E85B;
  --emerald-600: #16CA40;
  --emerald-700: #12A133;
  --emerald-800: #0D7325;
  --emerald-900: #084917;
  --emerald-950: #052E0F;
}
Generate More ShadesCreate PaletteConvert Color