Emerald

#5EED74

Green

Color Codes

All color formats for development

HEX
#5EED74
RGB
rgb(94, 237, 116)
HSL
hsl(129, 80%, 65%)
OKLCH
oklch(0.842 0.204 146.3)
CMYK
cmyk(60%, 0%, 51%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.84: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#41EA5A
2#23E740
3#17D133
4#14B32C
5#119524
6#0D771D
7#0A5A16
8#073C0F
9#031E07

Tints

Lighter variations

1#6EEF82
2#7EF190
3#8FF39E
4#9FF4AB
5#AFF6B9
6#BFF8C7
7#CFFAD5
8#DFFBE3
9#EFFDF1

Tones

Muted variations

1#65E679
2#6DDF7E
3#74D883
4#7BD188
5#82C98D
6#89C292
7#90BB97
8#97B49C
9#9FADA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CB
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A4
BordersInactive statesPlaceholder text
400
5EED
#5EED74
Disabled statesSecondary iconsMuted text
500
30E8
#30E84C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA31
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A127
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731C
Text on light backgroundsHeadingsStrong borders
900
0849
#084912
Primary textHigh emphasis contentDark headings
950
052E
#052E0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE3;
  --emerald-200: #C3F8CB;
  --emerald-300: #95F3A4;
  --emerald-400: #5EED74;
  --emerald-500: #30E84C;
  --emerald-600: #16CA31;
  --emerald-700: #12A127;
  --emerald-800: #0D731C;
  --emerald-900: #084912;
  --emerald-950: #052E0B;
}
Generate More ShadesCreate PaletteConvert Color