Emerald

#3DDB87

Green

Color Codes

All color formats for development

HEX
#3DDB87
RGB
rgb(61, 219, 135)
HSL
hsl(148, 69%, 55%)
OKLCH
oklch(0.791 0.176 154.9)
CMYK
cmyk(72%, 0%, 38%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.68: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#27D578
2#23BE6B
3#1EA65E
4#1A8E50
5#167743
6#115F36
7#0D4728
8#092F1B
9#04180D

Tints

Lighter variations

1#50DF93
2#64E39F
3#77E6AB
4#8BEAB7
5#9EEDC3
6#B1F1CF
7#C5F4DB
8#D8F8E7
9#ECFBF3

Tones

Muted variations

1#45D487
2#4DCC88
3#55C489
4#5DBC89
5#65B48A
6#6DAC8A
7#74A48B
8#7C9C8B
9#84948C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EC
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5DC
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDC2
BordersInactive statesPlaceholder text
400
68E3
#68E3A2
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB87
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE6B
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9755
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C3D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4527
Primary textHigh emphasis contentDark headings
950
082B
#082B18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E1F9EC;
  --emerald-200: #C7F5DC;
  --emerald-300: #9CEDC2;
  --emerald-400: #68E3A2;
  --emerald-500: #3DDB87;
  --emerald-600: #23BE6B;
  --emerald-700: #1C9755;
  --emerald-800: #146C3D;
  --emerald-900: #0D4527;
  --emerald-950: #082B18;
}
Generate More ShadesCreate PaletteConvert Color