Emerald

#5EED76

Green

Color Codes

All color formats for development

HEX
#5EED76
RGB
rgb(94, 237, 118)
HSL
hsl(130, 80%, 65%)
OKLCH
oklch(0.842 0.203 146.6)
CMYK
cmyk(60%, 0%, 50%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.85: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#41EA5D
2#23E743
3#17D136
4#14B32E
5#119527
6#0D771F
7#0A5A17
8#073C0F
9#031E08

Tints

Lighter variations

1#6EEF84
2#7EF192
3#8FF39F
4#9FF4AD
5#AFF6BB
6#BFF8C8
7#CFFAD6
8#DFFBE4
9#EFFDF1

Tones

Muted variations

1#65E67B
2#6DDF80
3#74D884
4#7BD189
5#82C98E
6#89C293
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
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CC
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A5
BordersInactive statesPlaceholder text
400
5EED
#5EED76
Disabled statesSecondary iconsMuted text
500
30E8
#30E84F
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA34
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A12A
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731E
Text on light backgroundsHeadingsStrong borders
900
0849
#084913
Primary textHigh emphasis contentDark headings
950
052E
#052E0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE4;
  --emerald-200: #C3F8CC;
  --emerald-300: #95F3A5;
  --emerald-400: #5EED76;
  --emerald-500: #30E84F;
  --emerald-600: #16CA34;
  --emerald-700: #12A12A;
  --emerald-800: #0D731E;
  --emerald-900: #084913;
  --emerald-950: #052E0C;
}
Generate More ShadesCreate PaletteConvert Color