Emerald

#3DDB62

Green

Color Codes

All color formats for development

HEX
#3DDB62
RGB
rgb(61, 219, 98)
HSL
hsl(134, 69%, 55%)
OKLCH
oklch(0.785 0.209 147.1)
CMYK
cmyk(72%, 0%, 55%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.51: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#27D550
2#23BE47
3#1EA63E
4#1A8E35
5#16772C
6#115F23
7#0D471B
8#092F12
9#041809

Tints

Lighter variations

1#50DF72
2#64E381
3#77E691
4#8BEAA1
5#9EEDB1
6#B1F1C0
7#C5F4D0
8#D8F8E0
9#ECFBEF

Tones

Muted variations

1#45D466
2#4DCC6A
3#55C46F
4#5DBC73
5#65B477
6#6DAC7B
7#74A480
8#7C9C84
9#849488

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E7
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D2
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDAF
BordersInactive statesPlaceholder text
400
68E3
#68E385
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB62
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE47
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9738
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C28
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451A
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: #F2FDF5;
  --emerald-100: #E1F9E7;
  --emerald-200: #C7F5D2;
  --emerald-300: #9CEDAF;
  --emerald-400: #68E385;
  --emerald-500: #3DDB62;
  --emerald-600: #23BE47;
  --emerald-700: #1C9738;
  --emerald-800: #146C28;
  --emerald-900: #0D451A;
  --emerald-950: #082B10;
}
Generate More ShadesCreate PaletteConvert Color