Emerald

#5FEC66

Green

Color Codes

All color formats for development

HEX
#5FEC66
RGB
rgb(95, 236, 102)
HSL
hsl(123, 79%, 65%)
OKLCH
oklch(0.838 0.214 144.2)
CMYK
cmyk(60%, 0%, 57%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.68: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#42E94A
2#24E52E
3#18D022
4#15B21D
5#119418
6#0E7713
7#0A590E
8#073B0A
9#031E05

Tints

Lighter variations

1#6FEE76
2#7FF085
3#8FF294
4#9FF4A3
5#AFF6B3
6#BFF8C2
7#CFF9D1
8#DFFBE0
9#EFFDF0

Tones

Muted variations

1#66E56D
2#6DDE73
3#74D779
4#7BD080
5#82C986
6#8AC28C
7#91BB93
8#98B499
9#9FAD9F

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C4F8C6;
  --emerald-300: #96F39B;
  --emerald-400: #5FEC66;
  --emerald-500: #32E73B;
  --emerald-600: #18C920;
  --emerald-700: #13A01A;
  --emerald-800: #0D7212;
  --emerald-900: #09490C;
  --emerald-950: #052E07;
}
Generate More ShadesCreate PaletteConvert Color