Emerald

#3CDD59

Green

Color Codes

All color formats for development

HEX
#3CDD59
RGB
rgb(60, 221, 89)
HSL
hsl(131, 70%, 55%)
OKLCH
oklch(0.789 0.218 145.8)
CMYK
cmyk(73%, 0%, 60%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#26D746
2#22BF3E
3#1DA737
4#198F2F
5#157727
6#115F1F
7#0D4817
8#083010
9#041808

Tints

Lighter variations

1#4FE06A
2#63E37B
3#76E78B
4#8AEA9C
5#9DEEAC
6#B1F1BD
7#C4F5CD
8#D8F8DE
9#EBFCEE

Tones

Muted variations

1#44D55E
2#4CCD64
3#54C469
4#5CBC6E
5#64B473
6#6CAC78
7#74A47D
8#7C9C82
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CF
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDAA
BordersInactive statesPlaceholder text
400
67E4
#67E47E
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD59
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF3E
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9832
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C23
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4517
Primary textHigh emphasis contentDark headings
950
082B
#082B0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1FAE5;
  --emerald-200: #C7F5CF;
  --emerald-300: #9BEDAA;
  --emerald-400: #67E47E;
  --emerald-500: #3CDD59;
  --emerald-600: #22BF3E;
  --emerald-700: #1B9832;
  --emerald-800: #136C23;
  --emerald-900: #0C4517;
  --emerald-950: #082B0E;
}
Generate More ShadesCreate PaletteConvert Color