Emerald

#3DDB5D

Green

Color Codes

All color formats for development

HEX
#3DDB5D
RGB
rgb(61, 219, 93)
HSL
hsl(132, 69%, 55%)
OKLCH
oklch(0.785 0.213 146.4)
CMYK
cmyk(72%, 0%, 58%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.49: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#27D54A
2#23BE42
3#1EA63A
4#1A8E31
5#167729
6#115F21
7#0D4719
8#092F10
9#041808

Tints

Lighter variations

1#50DF6D
2#64E37D
3#77E68D
4#8BEA9E
5#9EEDAE
6#B1F1BE
7#C5F4CE
8#D8F8DF
9#ECFBEF

Tones

Muted variations

1#45D461
2#4DCC66
3#55C46B
4#5DBC70
5#65B474
6#6DAC79
7#74A47E
8#7C9C83
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D0
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDAC
BordersInactive statesPlaceholder text
400
68E3
#68E381
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB5D
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE42
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9734
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C25
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4518
Primary textHigh emphasis contentDark headings
950
082B
#082B0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1F9E6;
  --emerald-200: #C7F5D0;
  --emerald-300: #9CEDAC;
  --emerald-400: #68E381;
  --emerald-500: #3DDB5D;
  --emerald-600: #23BE42;
  --emerald-700: #1C9734;
  --emerald-800: #146C25;
  --emerald-900: #0D4518;
  --emerald-950: #082B0F;
}
Generate More ShadesCreate PaletteConvert Color