Emerald

#5FEC6B

Green

Color Codes

All color formats for development

HEX
#5FEC6B
RGB
rgb(95, 236, 107)
HSL
hsl(125, 79%, 65%)
OKLCH
oklch(0.838 0.21 144.9)
CMYK
cmyk(60%, 0%, 55%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.53:1

AA AAA

On Black Background

13.70: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#42E950
2#24E534
3#18D028
4#15B222
5#11941C
6#0E7717
7#0A5911
8#073B0B
9#031E06

Tints

Lighter variations

1#6FEE7A
2#7FF089
3#8FF297
4#9FF4A6
5#AFF6B5
6#BFF8C4
7#CFF9D3
8#DFFBE1
9#EFFDF0

Tones

Muted variations

1#66E571
2#6DDE77
3#74D77D
4#7BD082
5#82C988
6#8AC28E
7#91BB94
8#98B49A
9#9FADA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE1
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C8
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F39E
BordersInactive statesPlaceholder text
400
5FEC
#5FEC6B
Disabled statesSecondary iconsMuted text
500
32E7
#32E741
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C926
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A01E
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7216
Text on light backgroundsHeadingsStrong borders
900
0949
#09490E
Primary textHigh emphasis contentDark headings
950
052E
#052E09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE1;
  --emerald-200: #C4F8C8;
  --emerald-300: #96F39E;
  --emerald-400: #5FEC6B;
  --emerald-500: #32E741;
  --emerald-600: #18C926;
  --emerald-700: #13A01E;
  --emerald-800: #0D7216;
  --emerald-900: #09490E;
  --emerald-950: #052E09;
}
Generate More ShadesCreate PaletteConvert Color