Emerald

#3DDBA4

Green

Color Codes

All color formats for development

HEX
#3DDBA4
RGB
rgb(61, 219, 164)
HSL
hsl(159, 69%, 55%)
OKLCH
oklch(0.797 0.152 164.8)
CMYK
cmyk(72%, 0%, 25%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.87: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#27D598
2#23BE87
3#1EA676
4#1A8E66
5#167755
6#115F44
7#0D4733
8#092F22
9#041811

Tints

Lighter variations

1#50DFAD
2#64E3B6
3#77E6BF
4#8BEAC8
5#9EEDD2
6#B1F1DB
7#C5F4E4
8#D8F8ED
9#ECFBF6

Tones

Muted variations

1#45D4A2
2#4DCC9F
3#55C49D
4#5DBC9B
5#65B498
6#6DAC96
7#74A493
8#7C9C91
9#84948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F1
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E5
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDD0
BordersInactive statesPlaceholder text
400
68E3
#68E3B8
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBA4
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE87
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C976C
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C4D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4531
Primary textHigh emphasis contentDark headings
950
082B
#082B1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E1F9F1;
  --emerald-200: #C7F5E5;
  --emerald-300: #9CEDD0;
  --emerald-400: #68E3B8;
  --emerald-500: #3DDBA4;
  --emerald-600: #23BE87;
  --emerald-700: #1C976C;
  --emerald-800: #146C4D;
  --emerald-900: #0D4531;
  --emerald-950: #082B1F;
}
Generate More ShadesCreate PaletteConvert Color