Emerald

#3DDB6D

Green

Color Codes

All color formats for development

HEX
#3DDB6D
RGB
rgb(61, 219, 109)
HSL
hsl(138, 69%, 55%)
OKLCH
oklch(0.787 0.199 149)
CMYK
cmyk(72%, 0%, 50%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.55: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#27D55B
2#23BE51
3#1EA647
4#1A8E3D
5#167733
6#115F29
7#0D471E
8#092F14
9#04180A

Tints

Lighter variations

1#50DF7B
2#64E38A
3#77E699
4#8BEAA7
5#9EEDB6
6#B1F1C4
7#C5F4D3
8#D8F8E2
9#ECFBF0

Tones

Muted variations

1#45D470
2#4DCC73
3#55C476
4#5DBC79
5#65B47C
6#6DAC80
7#74A483
8#7C9C86
9#849489

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D5
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDB4
BordersInactive statesPlaceholder text
400
68E3
#68E38D
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB6D
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE51
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9741
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C2E
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451E
Primary textHigh emphasis contentDark headings
950
082B
#082B12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E1F9E8;
  --emerald-200: #C7F5D5;
  --emerald-300: #9CEDB4;
  --emerald-400: #68E38D;
  --emerald-500: #3DDB6D;
  --emerald-600: #23BE51;
  --emerald-700: #1C9741;
  --emerald-800: #146C2E;
  --emerald-900: #0D451E;
  --emerald-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color