Emerald

#3DDB74

Green

Color Codes

All color formats for development

HEX
#3DDB74
RGB
rgb(61, 219, 116)
HSL
hsl(141, 69%, 55%)
OKLCH
oklch(0.788 0.193 150.4)
CMYK
cmyk(72%, 0%, 47%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#27D564
2#23BE59
3#1EA64E
4#1A8E43
5#167738
6#115F2C
7#0D4721
8#092F16
9#04180B

Tints

Lighter variations

1#50DF82
2#64E390
3#77E69E
4#8BEAAC
5#9EEDBA
6#B1F1C8
7#C5F4D5
8#D8F8E3
9#ECFBF1

Tones

Muted variations

1#45D477
2#4DCC79
3#55C47C
4#5DBC7E
5#65B480
6#6DAC83
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
E1F9
#E1F9E9
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D7
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDB8
BordersInactive statesPlaceholder text
400
68E3
#68E393
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB74
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE59
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9747
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C33
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4520
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: #E1F9E9;
  --emerald-200: #C7F5D7;
  --emerald-300: #9CEDB8;
  --emerald-400: #68E393;
  --emerald-500: #3DDB74;
  --emerald-600: #23BE59;
  --emerald-700: #1C9747;
  --emerald-800: #146C33;
  --emerald-900: #0D4520;
  --emerald-950: #082B14;
}
Generate More ShadesCreate PaletteConvert Color