Emerald

#3CDD7A

Green

Color Codes

All color formats for development

HEX
#3CDD7A
RGB
rgb(60, 221, 122)
HSL
hsl(143, 70%, 55%)
OKLCH
oklch(0.794 0.191 151.5)
CMYK
cmyk(73%, 0%, 45%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.82: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#26D76A
2#22BF5E
3#1DA752
4#198F46
5#15773B
6#115F2F
7#0D4823
8#083017
9#04180C

Tints

Lighter variations

1#4FE087
2#63E394
3#76E7A2
4#8AEAAF
5#9DEEBC
6#B1F1CA
7#C4F5D7
8#D8F8E4
9#EBFCF2

Tones

Muted variations

1#44D57B
2#4CCD7D
3#54C47F
4#5CBC81
5#64B483
6#6CAC85
7#74A487
8#7C9C89
9#84948A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAEA
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D8
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDBB
BordersInactive statesPlaceholder text
400
67E4
#67E497
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD7A
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF5E
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B984B
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C35
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4522
Primary textHigh emphasis contentDark headings
950
082B
#082B15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1FAEA;
  --emerald-200: #C7F5D8;
  --emerald-300: #9BEDBB;
  --emerald-400: #67E497;
  --emerald-500: #3CDD7A;
  --emerald-600: #22BF5E;
  --emerald-700: #1B984B;
  --emerald-800: #136C35;
  --emerald-900: #0C4522;
  --emerald-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color