Emerald

#3DDB57

Green

Color Codes

All color formats for development

HEX
#3DDB57
RGB
rgb(61, 219, 87)
HSL
hsl(130, 69%, 55%)
OKLCH
oklch(0.784 0.217 145.6)
CMYK
cmyk(72%, 0%, 60%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.47: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#27D544
2#23BE3D
3#1EA635
4#1A8E2D
5#167726
6#115F1E
7#0D4717
8#092F0F
9#041808

Tints

Lighter variations

1#50DF68
2#64E379
3#77E68A
4#8BEA9A
5#9EEDAB
6#B1F1BC
7#C5F4CD
8#D8F8DD
9#ECFBEE

Tones

Muted variations

1#45D45D
2#4DCC62
3#55C467
4#5DBC6D
5#65B472
6#6DAC77
7#74A47C
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
#9CEDA9
BordersInactive statesPlaceholder text
400
68E3
#68E37D
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB57
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE3D
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9730
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C22
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4516
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: #9CEDA9;
  --emerald-400: #68E37D;
  --emerald-500: #3DDB57;
  --emerald-600: #23BE3D;
  --emerald-700: #1C9730;
  --emerald-800: #146C22;
  --emerald-900: #0D4516;
  --emerald-950: #082B0E;
}
Generate More ShadesCreate PaletteConvert Color