Emerald

#3CDD74

Green

Color Codes

All color formats for development

HEX
#3CDD74
RGB
rgb(60, 221, 116)
HSL
hsl(141, 70%, 55%)
OKLCH
oklch(0.793 0.196 150.3)
CMYK
cmyk(73%, 0%, 48%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.79: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#26D764
2#22BF59
3#1DA74E
4#198F42
5#157737
6#115F2C
7#0D4821
8#083016
9#04180B

Tints

Lighter variations

1#4FE082
2#63E390
3#76E79E
4#8AEAAC
5#9DEEBA
6#B1F1C7
7#C4F5D5
8#D8F8E3
9#EBFCF1

Tones

Muted variations

1#44D577
2#4CCD79
3#54C47B
4#5CBC7E
5#64B480
6#6CAC83
7#74A485
8#7C9C87
9#84948A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE9
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D7
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDB8
BordersInactive statesPlaceholder text
400
67E4
#67E493
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD74
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF59
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9847
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C32
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4520
Primary textHigh emphasis contentDark headings
950
082B
#082B14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1FAE9;
  --emerald-200: #C7F5D7;
  --emerald-300: #9BEDB8;
  --emerald-400: #67E493;
  --emerald-500: #3CDD74;
  --emerald-600: #22BF59;
  --emerald-700: #1B9847;
  --emerald-800: #136C32;
  --emerald-900: #0C4520;
  --emerald-950: #082B14;
}
Generate More ShadesCreate PaletteConvert Color