Emerald

#5EED63

Green

Color Codes

All color formats for development

HEX
#5EED63
RGB
rgb(94, 237, 99)
HSL
hsl(122, 80%, 65%)
OKLCH
oklch(0.839 0.218 143.9)
CMYK
cmyk(60%, 0%, 58%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.77: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#41EA46
2#23E729
3#17D11D
4#14B319
5#119515
6#0D7711
7#0A5A0D
8#073C08
9#031E04

Tints

Lighter variations

1#6EEF73
2#7EF182
3#8FF392
4#9FF4A1
5#AFF6B1
6#BFF8C1
7#CFFAD0
8#DFFBE0
9#EFFDEF

Tones

Muted variations

1#65E66A
2#6DDF70
3#74D877
4#7BD17E
5#82C984
6#89C28B
7#90BB92
8#97B498
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C5
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F399
BordersInactive statesPlaceholder text
400
5EED
#5EED63
Disabled statesSecondary iconsMuted text
500
30E8
#30E837
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA1C
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A117
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7310
Text on light backgroundsHeadingsStrong borders
900
0849
#08490A
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: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C3F8C5;
  --emerald-300: #95F399;
  --emerald-400: #5EED63;
  --emerald-500: #30E837;
  --emerald-600: #16CA1C;
  --emerald-700: #12A117;
  --emerald-800: #0D7310;
  --emerald-900: #08490A;
  --emerald-950: #052E06;
}
Generate More ShadesCreate PaletteConvert Color