Emerald

#5FEC95

Green

Color Codes

All color formats for development

HEX
#5FEC95
RGB
rgb(95, 236, 149)
HSL
hsl(143, 79%, 65%)
OKLCH
oklch(0.845 0.173 153.3)
CMYK
cmyk(60%, 0%, 37%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#42E982
2#24E56E
3#18D05F
4#15B251
5#119444
6#0E7736
7#0A5929
8#073B1B
9#031E0E

Tints

Lighter variations

1#6FEEA0
2#7FF0AA
3#8FF2B5
4#9FF4C0
5#AFF6CA
6#BFF8D5
7#CFF9DF
8#DFFBEA
9#EFFDF4

Tones

Muted variations

1#66E597
2#6DDE99
3#74D79A
4#7BD09C
5#82C99E
6#8AC29F
7#91BBA1
8#98B4A2
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
C4F8
#C4F8D8
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3BA
BordersInactive statesPlaceholder text
400
5FEC
#5FEC95
Disabled statesSecondary iconsMuted text
500
32E7
#32E777
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C95C
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A049
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7234
Text on light backgroundsHeadingsStrong borders
900
0949
#094921
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: #C4F8D8;
  --emerald-300: #96F3BA;
  --emerald-400: #5FEC95;
  --emerald-500: #32E777;
  --emerald-600: #18C95C;
  --emerald-700: #13A049;
  --emerald-800: #0D7234;
  --emerald-900: #094921;
  --emerald-950: #052E15;
}
Generate More ShadesCreate PaletteConvert Color