Emerald

#5EED71

Green

Color Codes

All color formats for development

HEX
#5EED71
RGB
rgb(94, 237, 113)
HSL
hsl(128, 80%, 65%)
OKLCH
oklch(0.841 0.207 145.8)
CMYK
cmyk(60%, 0%, 52%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.52:1

AA AAA

On Black Background

13.83: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#41EA57
2#23E73D
3#17D130
4#14B329
5#119522
6#0D771B
7#0A5A15
8#073C0E
9#031E07

Tints

Lighter variations

1#6EEF80
2#7EF18E
3#8FF39C
4#9FF4AA
5#AFF6B8
6#BFF8C6
7#CFFAD5
8#DFFBE3
9#EFFDF1

Tones

Muted variations

1#65E677
2#6DDF7C
3#74D881
4#7BD186
5#82C98C
6#89C291
7#90BB96
8#97B49B
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
#C3F8CA
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A2
BordersInactive statesPlaceholder text
400
5EED
#5EED71
Disabled statesSecondary iconsMuted text
500
30E8
#30E849
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA2E
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A125
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731A
Text on light backgroundsHeadingsStrong borders
900
0849
#084911
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: #C3F8CA;
  --emerald-300: #95F3A2;
  --emerald-400: #5EED71;
  --emerald-500: #30E849;
  --emerald-600: #16CA2E;
  --emerald-700: #12A125;
  --emerald-800: #0D731A;
  --emerald-900: #084911;
  --emerald-950: #052E0B;
}
Generate More ShadesCreate PaletteConvert Color