Emerald

#3DDB9C

Green

Color Codes

All color formats for development

HEX
#3DDB9C
RGB
rgb(61, 219, 156)
HSL
hsl(156, 69%, 55%)
OKLCH
oklch(0.795 0.158 161.7)
CMYK
cmyk(72%, 0%, 29%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.81: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#27D590
2#23BE80
3#1EA670
4#1A8E60
5#167750
6#115F40
7#0D4730
8#092F20
9#041810

Tints

Lighter variations

1#50DFA6
2#64E3B0
3#77E6BA
4#8BEAC4
5#9EEDCE
6#B1F1D7
7#C5F4E1
8#D8F8EB
9#ECFBF5

Tones

Muted variations

1#45D49B
2#4DCC99
3#55C497
4#5DBC96
5#65B494
6#6DAC93
7#74A491
8#7C9C8F
9#84948E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E2
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDCC
BordersInactive statesPlaceholder text
400
68E3
#68E3B2
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB9C
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE80
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9766
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C49
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452E
Primary textHigh emphasis contentDark headings
950
082B
#082B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1F9F0;
  --emerald-200: #C7F5E2;
  --emerald-300: #9CEDCC;
  --emerald-400: #68E3B2;
  --emerald-500: #3DDB9C;
  --emerald-600: #23BE80;
  --emerald-700: #1C9766;
  --emerald-800: #146C49;
  --emerald-900: #0D452E;
  --emerald-950: #082B1D;
}
Generate More ShadesCreate PaletteConvert Color