Emerald

#3EDA94

Green

Color Codes

All color formats for development

HEX
#3EDA94
RGB
rgb(62, 218, 148)
HSL
hsl(153, 68%, 55%)
OKLCH
oklch(0.791 0.163 159)
CMYK
cmyk(72%, 0%, 32%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#28D487
2#24BC78
3#1FA569
4#1B8D5A
5#16764B
6#125E3C
7#0D472D
8#092F1E
9#04180F

Tints

Lighter variations

1#51DE9F
2#65E2A9
3#78E5B4
4#8BE9BF
5#9FEDCA
6#B2F0D4
7#C5F4DF
8#D8F8EA
9#ECFBF4

Tones

Muted variations

1#46D293
2#4ECB92
3#56C392
4#5DBB91
5#65B390
6#6DAB8F
7#75A48F
8#7D9C8E
9#84948D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EE
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4E0
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECC8
BordersInactive statesPlaceholder text
400
69E2
#69E2AC
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA94
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC78
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D965F
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B44
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452C
Primary textHigh emphasis contentDark headings
950
082B
#082B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1F9EE;
  --emerald-200: #C7F4E0;
  --emerald-300: #9CECC8;
  --emerald-400: #69E2AC;
  --emerald-500: #3EDA94;
  --emerald-600: #24BC78;
  --emerald-700: #1D965F;
  --emerald-800: #146B44;
  --emerald-900: #0D452C;
  --emerald-950: #082B1B;
}
Generate More ShadesCreate PaletteConvert Color