Emerald

#3DDB6A

Green

Color Codes

All color formats for development

HEX
#3DDB6A
RGB
rgb(61, 219, 106)
HSL
hsl(137, 69%, 55%)
OKLCH
oklch(0.786 0.202 148.5)
CMYK
cmyk(72%, 0%, 52%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.54: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#27D558
2#23BE4F
3#1EA645
4#1A8E3B
5#167731
6#115F27
7#0D471D
8#092F14
9#04180A

Tints

Lighter variations

1#50DF79
2#64E388
3#77E697
4#8BEAA6
5#9EEDB4
6#B1F1C3
7#C5F4D2
8#D8F8E1
9#ECFBF0

Tones

Muted variations

1#45D46D
2#4DCC71
3#55C474
4#5DBC78
5#65B47B
6#6DAC7F
7#74A482
8#7C9C85
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
#C7F5D4
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDB3
BordersInactive statesPlaceholder text
400
68E3
#68E38B
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB6A
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE4F
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C973F
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C2D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451D
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: #C7F5D4;
  --emerald-300: #9CEDB3;
  --emerald-400: #68E38B;
  --emerald-500: #3DDB6A;
  --emerald-600: #23BE4F;
  --emerald-700: #1C973F;
  --emerald-800: #146C2D;
  --emerald-900: #0D451D;
  --emerald-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color