Emerald

#3CDD82

Green

Color Codes

All color formats for development

HEX
#3CDD82
RGB
rgb(60, 221, 130)
HSL
hsl(146, 70%, 55%)
OKLCH
oklch(0.795 0.184 153.4)
CMYK
cmyk(73%, 0%, 41%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.86: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#26D772
2#22BF66
3#1DA759
4#198F4C
5#157740
6#115F33
7#0D4826
8#083019
9#04180D

Tints

Lighter variations

1#4FE08E
2#63E39B
3#76E7A7
4#8AEAB4
5#9DEEC0
6#B1F1CD
7#C4F5D9
8#D8F8E6
9#EBFCF2

Tones

Muted variations

1#44D583
2#4CCD84
3#54C485
4#5CBC86
5#64B487
6#6CAC88
7#74A489
8#7C9C8A
9#84948B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAEB
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5DB
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDBF
BordersInactive statesPlaceholder text
400
67E4
#67E49D
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD82
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF66
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9851
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C3A
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4525
Primary textHigh emphasis contentDark headings
950
082B
#082B17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E1FAEB;
  --emerald-200: #C7F5DB;
  --emerald-300: #9BEDBF;
  --emerald-400: #67E49D;
  --emerald-500: #3CDD82;
  --emerald-600: #22BF66;
  --emerald-700: #1B9851;
  --emerald-800: #136C3A;
  --emerald-900: #0C4525;
  --emerald-950: #082B17;
}
Generate More ShadesCreate PaletteConvert Color