Emerald

#5EED89

Green

Color Codes

All color formats for development

HEX
#5EED89
RGB
rgb(94, 237, 137)
HSL
hsl(138, 80%, 65%)
OKLCH
oklch(0.845 0.186 150.3)
CMYK
cmyk(60%, 0%, 42%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.95: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#41EA73
2#23E75D
3#17D14F
4#14B344
5#119538
6#0D772D
7#0A5A22
8#073C17
9#031E0B

Tints

Lighter variations

1#6EEF95
2#7EF1A1
3#8FF3AD
4#9FF4B8
5#AFF6C4
6#BFF8D0
7#CFFADC
8#DFFBE7
9#EFFDF3

Tones

Muted variations

1#65E68C
2#6DDF8F
3#74D892
4#7BD195
5#82C997
6#89C29A
7#90BB9D
8#97B4A0
9#9FADA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE7
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D3
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B2
BordersInactive statesPlaceholder text
400
5EED
#5EED89
Disabled statesSecondary iconsMuted text
500
30E8
#30E868
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA4C
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A13D
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D732B
Text on light backgroundsHeadingsStrong borders
900
0849
#08491C
Primary textHigh emphasis contentDark headings
950
052E
#052E11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE7;
  --emerald-200: #C3F8D3;
  --emerald-300: #95F3B2;
  --emerald-400: #5EED89;
  --emerald-500: #30E868;
  --emerald-600: #16CA4C;
  --emerald-700: #12A13D;
  --emerald-800: #0D732B;
  --emerald-900: #08491C;
  --emerald-950: #052E11;
}
Generate More ShadesCreate PaletteConvert Color