Emerald

#5EED61

Green

Color Codes

All color formats for development

HEX
#5EED61
RGB
rgb(94, 237, 97)
HSL
hsl(121, 80%, 65%)
OKLCH
oklch(0.839 0.22 143.6)
CMYK
cmyk(60%, 0%, 59%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.76: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#41EA43
2#23E726
3#17D11A
4#14B317
5#119513
6#0D770F
7#0A5A0B
8#073C08
9#031E04

Tints

Lighter variations

1#6EEF71
2#7EF180
3#8FF390
4#9FF4A0
5#AFF6B0
6#BFF8C0
7#CFFAD0
8#DFFBDF
9#EFFDEF

Tones

Muted variations

1#65E668
2#6DDF6F
3#74D875
4#7BD17C
5#82C983
6#89C28A
7#90BB91
8#97B498
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF1
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBDF
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C4
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F397
BordersInactive statesPlaceholder text
400
5EED
#5EED61
Disabled statesSecondary iconsMuted text
500
30E8
#30E834
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA19
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A114
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D730E
Text on light backgroundsHeadingsStrong borders
900
0849
#084909
Primary textHigh emphasis contentDark headings
950
052E
#052E06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF1;
  --emerald-100: #DFFBDF;
  --emerald-200: #C3F8C4;
  --emerald-300: #95F397;
  --emerald-400: #5EED61;
  --emerald-500: #30E834;
  --emerald-600: #16CA19;
  --emerald-700: #12A114;
  --emerald-800: #0D730E;
  --emerald-900: #084909;
  --emerald-950: #052E06;
}
Generate More ShadesCreate PaletteConvert Color