Emerald

#3EDA77

Green

Color Codes

All color formats for development

HEX
#3EDA77
RGB
rgb(62, 218, 119)
HSL
hsl(142, 68%, 55%)
OKLCH
oklch(0.786 0.189 151.1)
CMYK
cmyk(72%, 0%, 45%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.50: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#28D467
2#24BC5C
3#1FA550
4#1B8D45
5#167639
6#125E2E
7#0D4722
8#092F17
9#04180B

Tints

Lighter variations

1#51DE85
2#65E293
3#78E5A0
4#8BE9AE
5#9FEDBB
6#B2F0C9
7#C5F4D6
8#D8F8E4
9#ECFBF1

Tones

Muted variations

1#46D27A
2#4ECB7C
3#56C37E
4#5DBB80
5#65B382
6#6DAB84
7#75A486
8#7D9C88
9#84948A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EA
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4D8
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECBA
BordersInactive statesPlaceholder text
400
69E2
#69E296
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA77
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC5C
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9649
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B34
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4521
Primary textHigh emphasis contentDark headings
950
082B
#082B15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1F9EA;
  --emerald-200: #C7F4D8;
  --emerald-300: #9CECBA;
  --emerald-400: #69E296;
  --emerald-500: #3EDA77;
  --emerald-600: #24BC5C;
  --emerald-700: #1D9649;
  --emerald-800: #146B34;
  --emerald-900: #0D4521;
  --emerald-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color