Emerald

#5EED82

Green

Color Codes

All color formats for development

HEX
#5EED82
RGB
rgb(94, 237, 130)
HSL
hsl(135, 80%, 65%)
OKLCH
oklch(0.844 0.192 148.9)
CMYK
cmyk(60%, 0%, 45%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.91: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#41EA6B
2#23E754
3#17D146
4#14B33C
5#119532
6#0D7728
7#0A5A1E
8#073C14
9#031E0A

Tints

Lighter variations

1#6EEF8F
2#7EF19B
3#8FF3A8
4#9FF4B4
5#AFF6C1
6#BFF8CD
7#CFFADA
8#DFFBE6
9#EFFDF3

Tones

Muted variations

1#65E686
2#6DDF89
3#74D88D
4#7BD190
5#82C994
6#89C297
7#90BB9B
8#97B49F
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
#C3F8D1
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3AD
BordersInactive statesPlaceholder text
400
5EED
#5EED82
Disabled statesSecondary iconsMuted text
500
30E8
#30E85E
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA43
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A136
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7326
Text on light backgroundsHeadingsStrong borders
900
0849
#084918
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: #C3F8D1;
  --emerald-300: #95F3AD;
  --emerald-400: #5EED82;
  --emerald-500: #30E85E;
  --emerald-600: #16CA43;
  --emerald-700: #12A136;
  --emerald-800: #0D7326;
  --emerald-900: #084918;
  --emerald-950: #052E0F;
}
Generate More ShadesCreate PaletteConvert Color