Emerald

#5EED95

Green

Color Codes

All color formats for development

HEX
#5EED95
RGB
rgb(94, 237, 149)
HSL
hsl(143, 80%, 65%)
OKLCH
oklch(0.847 0.175 153.3)
CMYK
cmyk(60%, 0%, 37%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

14.02: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#41EA81
2#23E76E
3#17D15E
4#14B351
5#119543
6#0D7736
7#0A5A28
8#073C1B
9#031E0D

Tints

Lighter variations

1#6EEFA0
2#7EF1AA
3#8FF3B5
4#9FF4BF
5#AFF6CA
6#BFF8D5
7#CFFADF
8#DFFBEA
9#EFFDF4

Tones

Muted variations

1#65E697
2#6DDF98
3#74D89A
4#7BD19C
5#82C99D
6#89C29F
7#90BBA1
8#97B4A2
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEA
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D8
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3B9
BordersInactive statesPlaceholder text
400
5EED
#5EED95
Disabled statesSecondary iconsMuted text
500
30E8
#30E877
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA5B
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A149
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7334
Text on light backgroundsHeadingsStrong borders
900
0849
#084921
Primary textHigh emphasis contentDark headings
950
052E
#052E15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEA;
  --emerald-200: #C3F8D8;
  --emerald-300: #95F3B9;
  --emerald-400: #5EED95;
  --emerald-500: #30E877;
  --emerald-600: #16CA5B;
  --emerald-700: #12A149;
  --emerald-800: #0D7334;
  --emerald-900: #084921;
  --emerald-950: #052E15;
}
Generate More ShadesCreate PaletteConvert Color