Emerald

#3CDD51

Green

Color Codes

All color formats for development

HEX
#3CDD51
RGB
rgb(60, 221, 81)
HSL
hsl(128, 70%, 55%)
OKLCH
oklch(0.788 0.224 144.9)
CMYK
cmyk(73%, 0%, 63%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.65: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#26D73D
2#22BF37
3#1DA730
4#198F29
5#157722
6#115F1B
7#0D4814
8#08300E
9#041807

Tints

Lighter variations

1#4FE063
2#63E374
3#76E785
4#8AEA97
5#9DEEA8
6#B1F1BA
7#C4F5CB
8#D8F8DC
9#EBFCEE

Tones

Muted variations

1#44D557
2#4CCD5D
3#54C463
4#5CBC69
5#64B46F
6#6CAC75
7#74A47B
8#7C9C80
9#849486

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE4
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CD
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDA6
BordersInactive statesPlaceholder text
400
67E4
#67E478
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD51
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF37
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B982B
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C1F
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4514
Primary textHigh emphasis contentDark headings
950
082B
#082B0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E1FAE4;
  --emerald-200: #C7F5CD;
  --emerald-300: #9BEDA6;
  --emerald-400: #67E478;
  --emerald-500: #3CDD51;
  --emerald-600: #22BF37;
  --emerald-700: #1B982B;
  --emerald-800: #136C1F;
  --emerald-900: #0C4514;
  --emerald-950: #082B0C;
}
Generate More ShadesCreate PaletteConvert Color