Emerald

#3DDB7A

Green

Color Codes

All color formats for development

HEX
#3DDB7A
RGB
rgb(61, 219, 122)
HSL
hsl(143, 69%, 55%)
OKLCH
oklch(0.789 0.188 151.7)
CMYK
cmyk(72%, 0%, 44%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.61: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#27D56A
2#23BE5E
3#1EA652
4#1A8E47
5#16773B
6#115F2F
7#0D4723
8#092F18
9#04180C

Tints

Lighter variations

1#50DF87
2#64E394
3#77E6A2
4#8BEAAF
5#9EEDBC
6#B1F1CA
7#C5F4D7
8#D8F8E4
9#ECFBF2

Tones

Muted variations

1#45D47C
2#4DCC7D
3#55C47F
4#5DBC81
5#65B483
6#6DAC85
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
E1F9
#E1F9EA
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D9
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDBB
BordersInactive statesPlaceholder text
400
68E3
#68E397
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB7A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE5E
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C974B
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C35
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4522
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: #E1F9EA;
  --emerald-200: #C7F5D9;
  --emerald-300: #9CEDBB;
  --emerald-400: #68E397;
  --emerald-500: #3DDB7A;
  --emerald-600: #23BE5E;
  --emerald-700: #1C974B;
  --emerald-800: #146C35;
  --emerald-900: #0D4522;
  --emerald-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color