Emerald

#3DDB5A

Green

Color Codes

All color formats for development

HEX
#3DDB5A
RGB
rgb(61, 219, 90)
HSL
hsl(131, 69%, 55%)
OKLCH
oklch(0.784 0.215 146)
CMYK
cmyk(72%, 0%, 59%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.48: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#27D547
2#23BE3F
3#1EA637
4#1A8E2F
5#167727
6#115F20
7#0D4718
8#092F10
9#041808

Tints

Lighter variations

1#50DF6B
2#64E37B
3#77E68C
4#8BEA9C
5#9EEDAD
6#B1F1BD
7#C5F4CE
8#D8F8DE
9#ECFBEF

Tones

Muted variations

1#45D45F
2#4DCC64
3#55C469
4#5DBC6E
5#65B473
6#6DAC78
7#74A47D
8#7C9C82
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CF
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDAB
BordersInactive statesPlaceholder text
400
68E3
#68E37F
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB5A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE3F
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9732
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C24
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4517
Primary textHigh emphasis contentDark headings
950
082B
#082B0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1F9E5;
  --emerald-200: #C7F5CF;
  --emerald-300: #9CEDAB;
  --emerald-400: #68E37F;
  --emerald-500: #3DDB5A;
  --emerald-600: #23BE3F;
  --emerald-700: #1C9732;
  --emerald-800: #146C24;
  --emerald-900: #0D4517;
  --emerald-950: #082B0E;
}
Generate More ShadesCreate PaletteConvert Color