Emerald

#3DDB6F

Green

Color Codes

All color formats for development

HEX
#3DDB6F
RGB
rgb(61, 219, 111)
HSL
hsl(139, 69%, 55%)
OKLCH
oklch(0.787 0.198 149.4)
CMYK
cmyk(72%, 0%, 49%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.56: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#27D55E
2#23BE54
3#1EA649
4#1A8E3F
5#167734
6#115F2A
7#0D471F
8#092F15
9#04180A

Tints

Lighter variations

1#50DF7E
2#64E38C
3#77E69A
4#8BEAA9
5#9EEDB7
6#B1F1C5
7#C5F4D4
8#D8F8E2
9#ECFBF1

Tones

Muted variations

1#45D472
2#4DCC75
3#55C478
4#5DBC7B
5#65B47E
6#6DAC81
7#74A484
8#7C9C86
9#849489

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E1F9E9;
  --emerald-200: #C7F5D5;
  --emerald-300: #9CEDB6;
  --emerald-400: #68E38F;
  --emerald-500: #3DDB6F;
  --emerald-600: #23BE54;
  --emerald-700: #1C9743;
  --emerald-800: #146C30;
  --emerald-900: #0D451E;
  --emerald-950: #082B13;
}
Generate More ShadesCreate PaletteConvert Color