Emerald

#3DDB8A

Green

Color Codes

All color formats for development

HEX
#3DDB8A
RGB
rgb(61, 219, 138)
HSL
hsl(149, 69%, 55%)
OKLCH
oklch(0.792 0.174 155.8)
CMYK
cmyk(72%, 0%, 37%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.70: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#27D57B
2#23BE6E
3#1EA660
4#1A8E52
5#167745
6#115F37
7#0D4729
8#092F1B
9#04180E

Tints

Lighter variations

1#50DF95
2#64E3A1
3#77E6AD
4#8BEAB9
5#9EEDC4
6#B1F1D0
7#C5F4DC
8#D8F8E8
9#ECFBF3

Tones

Muted variations

1#45D48A
2#4DCC8A
3#55C48A
4#5DBC8B
5#65B48B
6#6DAC8B
7#74A48B
8#7C9C8C
9#84948C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9ED
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5DD
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDC3
BordersInactive statesPlaceholder text
400
68E3
#68E3A4
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB8A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE6E
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9757
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C3E
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4528
Primary textHigh emphasis contentDark headings
950
082B
#082B19
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E1F9ED;
  --emerald-200: #C7F5DD;
  --emerald-300: #9CEDC3;
  --emerald-400: #68E3A4;
  --emerald-500: #3DDB8A;
  --emerald-600: #23BE6E;
  --emerald-700: #1C9757;
  --emerald-800: #146C3E;
  --emerald-900: #0D4528;
  --emerald-950: #082B19;
}
Generate More ShadesCreate PaletteConvert Color