Emerald

#5EED93

Green

Color Codes

All color formats for development

HEX
#5EED93
RGB
rgb(94, 237, 147)
HSL
hsl(142, 80%, 65%)
OKLCH
oklch(0.847 0.177 152.7)
CMYK
cmyk(60%, 0%, 38%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

14.01: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#41EA7F
2#23E76A
3#17D15B
4#14B34E
5#119541
6#0D7734
7#0A5A27
8#073C1A
9#031E0D

Tints

Lighter variations

1#6EEF9E
2#7EF1A8
3#8FF3B3
4#9FF4BE
5#AFF6C9
6#BFF8D4
7#CFFADF
8#DFFBE9
9#EFFDF4

Tones

Muted variations

1#65E695
2#6DDF97
3#74D898
4#7BD19A
5#82C99C
6#89C29E
7#90BBA0
8#97B4A2
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D7
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B8
BordersInactive statesPlaceholder text
400
5EED
#5EED93
Disabled statesSecondary iconsMuted text
500
30E8
#30E874
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA58
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A146
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7332
Text on light backgroundsHeadingsStrong borders
900
0849
#084920
Primary textHigh emphasis contentDark headings
950
052E
#052E14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBE9;
  --emerald-200: #C3F8D7;
  --emerald-300: #95F3B8;
  --emerald-400: #5EED93;
  --emerald-500: #30E874;
  --emerald-600: #16CA58;
  --emerald-700: #12A146;
  --emerald-800: #0D7332;
  --emerald-900: #084920;
  --emerald-950: #052E14;
}
Generate More ShadesCreate PaletteConvert Color