Emerald

#3DDB5F

Green

Color Codes

All color formats for development

HEX
#3DDB5F
RGB
rgb(61, 219, 95)
HSL
hsl(133, 69%, 55%)
OKLCH
oklch(0.785 0.211 146.7)
CMYK
cmyk(72%, 0%, 57%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.50: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#27D54D
2#23BE44
3#1EA63C
4#1A8E33
5#16772B
6#115F22
7#0D471A
8#092F11
9#041809

Tints

Lighter variations

1#50DF6F
2#64E37F
3#77E68F
4#8BEA9F
5#9EEDAF
6#B1F1BF
7#C5F4CF
8#D8F8DF
9#ECFBEF

Tones

Muted variations

1#45D464
2#4DCC68
3#55C46D
4#5DBC71
5#65B476
6#6DAC7A
7#74A47F
8#7C9C83
9#849488

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
#C7F5D1
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDAD
BordersInactive statesPlaceholder text
400
68E3
#68E383
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB5F
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE44
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9736
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C27
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4519
Primary textHigh emphasis contentDark headings
950
082B
#082B10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1F9E6;
  --emerald-200: #C7F5D1;
  --emerald-300: #9CEDAD;
  --emerald-400: #68E383;
  --emerald-500: #3DDB5F;
  --emerald-600: #23BE44;
  --emerald-700: #1C9736;
  --emerald-800: #146C27;
  --emerald-900: #0D4519;
  --emerald-950: #082B10;
}
Generate More ShadesCreate PaletteConvert Color