Emerald

#5FEC91

Green

Color Codes

All color formats for development

HEX
#5FEC91
RGB
rgb(95, 236, 145)
HSL
hsl(141, 79%, 65%)
OKLCH
oklch(0.844 0.177 152.2)
CMYK
cmyk(60%, 0%, 39%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.89: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#42E97C
2#24E568
3#18D059
4#15B24C
5#11943F
6#0E7733
7#0A5926
8#073B19
9#031E0D

Tints

Lighter variations

1#6FEE9C
2#7FF0A7
3#8FF2B2
4#9FF4BD
5#AFF6C8
6#BFF8D3
7#CFF9DE
8#DFFBE9
9#EFFDF4

Tones

Muted variations

1#66E593
2#6DDE95
3#74D797
4#7BD099
5#82C99B
6#8AC29D
7#91BB9F
8#98B4A2
9#9FADA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D6
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3B6
BordersInactive statesPlaceholder text
400
5FEC
#5FEC91
Disabled statesSecondary iconsMuted text
500
32E7
#32E771
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C956
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A044
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7231
Text on light backgroundsHeadingsStrong borders
900
0949
#09491F
Primary textHigh emphasis contentDark headings
950
052E
#052E13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBE9;
  --emerald-200: #C4F8D6;
  --emerald-300: #96F3B6;
  --emerald-400: #5FEC91;
  --emerald-500: #32E771;
  --emerald-600: #18C956;
  --emerald-700: #13A044;
  --emerald-800: #0D7231;
  --emerald-900: #09491F;
  --emerald-950: #052E13;
}
Generate More ShadesCreate PaletteConvert Color