Emerald

#5EED9C

Green

Color Codes

All color formats for development

HEX
#5EED9C
RGB
rgb(94, 237, 156)
HSL
hsl(146, 80%, 65%)
OKLCH
oklch(0.848 0.169 155.2)
CMYK
cmyk(60%, 0%, 34%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.49:1

AA AAA

On Black Background

14.07: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#41EA8A
2#23E778
3#17D168
4#14B359
5#11954A
6#0D773B
7#0A5A2C
8#073C1E
9#031E0F

Tints

Lighter variations

1#6EEFA6
2#7EF1B0
3#8FF3BA
4#9FF4C4
5#AFF6CE
6#BFF8D7
7#CFFAE1
8#DFFBEB
9#EFFDF5

Tones

Muted variations

1#65E69D
2#6DDF9E
3#74D89F
4#7BD1A0
5#82C9A1
6#89C2A2
7#90BBA3
8#97B4A4
9#9FADA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEB
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8DA
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BE
BordersInactive statesPlaceholder text
400
5EED
#5EED9C
Disabled statesSecondary iconsMuted text
500
30E8
#30E880
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA64
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A150
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7339
Text on light backgroundsHeadingsStrong borders
900
0849
#084924
Primary textHigh emphasis contentDark headings
950
052E
#052E17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEB;
  --emerald-200: #C3F8DA;
  --emerald-300: #95F3BE;
  --emerald-400: #5EED9C;
  --emerald-500: #30E880;
  --emerald-600: #16CA64;
  --emerald-700: #12A150;
  --emerald-800: #0D7339;
  --emerald-900: #084924;
  --emerald-950: #052E17;
}
Generate More ShadesCreate PaletteConvert Color