Emerald

#5EED8E

Green

Color Codes

All color formats for development

HEX
#5EED8E
RGB
rgb(94, 237, 142)
HSL
hsl(140, 80%, 65%)
OKLCH
oklch(0.846 0.181 151.5)
CMYK
cmyk(60%, 0%, 40%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.98: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#41EA79
2#23E764
3#17D155
4#14B349
5#11953D
6#0D7731
7#0A5A24
8#073C18
9#031E0C

Tints

Lighter variations

1#6EEF99
2#7EF1A5
3#8FF3B0
4#9FF4BB
5#AFF6C6
6#BFF8D2
7#CFFADD
8#DFFBE8
9#EFFDF4

Tones

Muted variations

1#65E690
2#6DDF93
3#74D895
4#7BD197
5#82C99A
6#89C29C
7#90BB9F
8#97B4A1
9#9FADA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B5
BordersInactive statesPlaceholder text
400
5EED
#5EED8E
Disabled statesSecondary iconsMuted text
500
30E8
#30E86E
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA52
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A141
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D732F
Text on light backgroundsHeadingsStrong borders
900
0849
#08491E
Primary textHigh emphasis contentDark headings
950
052E
#052E13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE8;
  --emerald-200: #C3F8D5;
  --emerald-300: #95F3B5;
  --emerald-400: #5EED8E;
  --emerald-500: #30E86E;
  --emerald-600: #16CA52;
  --emerald-700: #12A141;
  --emerald-800: #0D732F;
  --emerald-900: #08491E;
  --emerald-950: #052E13;
}
Generate More ShadesCreate PaletteConvert Color