Emerald

#3CDD44

Green

Color Codes

All color formats for development

HEX
#3CDD44
RGB
rgb(60, 221, 68)
HSL
hsl(123, 70%, 55%)
OKLCH
oklch(0.787 0.233 143.6)
CMYK
cmyk(73%, 0%, 69%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.62: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#26D72F
2#22BF2A
3#1DA724
4#198F1F
5#15771A
6#115F15
7#0D4810
8#08300A
9#041805

Tints

Lighter variations

1#4FE057
2#63E369
3#76E77C
4#8AEA8F
5#9DEEA1
6#B1F1B4
7#C4F5C7
8#D8F8DA
9#EBFCEC

Tones

Muted variations

1#44D54B
2#4CCD52
3#54C45A
4#5CBC61
5#64B468
6#6CAC6F
7#74A477
8#7C9C7E
9#849485

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5C9
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BED9F
BordersInactive statesPlaceholder text
400
67E4
#67E46E
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD44
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF2A
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9821
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C18
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C450F
Primary textHigh emphasis contentDark headings
950
082B
#082B09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E1FAE2;
  --emerald-200: #C7F5C9;
  --emerald-300: #9BED9F;
  --emerald-400: #67E46E;
  --emerald-500: #3CDD44;
  --emerald-600: #22BF2A;
  --emerald-700: #1B9821;
  --emerald-800: #136C18;
  --emerald-900: #0C450F;
  --emerald-950: #082B09;
}
Generate More ShadesCreate PaletteConvert Color