Emerald

#5EEDA8

Green

Color Codes

All color formats for development

HEX
#5EEDA8
RGB
rgb(94, 237, 168)
HSL
hsl(151, 80%, 65%)
OKLCH
oklch(0.851 0.158 159.1)
CMYK
cmyk(60%, 0%, 29%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.16: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#41EA98
2#23E788
3#17D177
4#14B366
5#119555
6#0D7744
7#0A5A33
8#073C22
9#031E11

Tints

Lighter variations

1#6EEFB1
2#7EF1BA
3#8FF3C2
4#9FF4CB
5#AFF6D4
6#BFF8DC
7#CFFAE5
8#DFFBEE
9#EFFDF6

Tones

Muted variations

1#65E6A8
2#6DDFA8
3#74D8A7
4#7BD1A7
5#82C9A7
6#89C2A7
7#90BBA6
8#97B4A6
9#9FADA6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEE
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8DF
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3C6
BordersInactive statesPlaceholder text
400
5EED
#5EEDA8
Disabled statesSecondary iconsMuted text
500
30E8
#30E88F
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA73
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A15C
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7341
Text on light backgroundsHeadingsStrong borders
900
0849
#08492A
Primary textHigh emphasis contentDark headings
950
052E
#052E1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBEE;
  --emerald-200: #C3F8DF;
  --emerald-300: #95F3C6;
  --emerald-400: #5EEDA8;
  --emerald-500: #30E88F;
  --emerald-600: #16CA73;
  --emerald-700: #12A15C;
  --emerald-800: #0D7341;
  --emerald-900: #08492A;
  --emerald-950: #052E1A;
}
Generate More ShadesCreate PaletteConvert Color