Emerald

#3EDA75

Green

Color Codes

All color formats for development

HEX
#3EDA75
RGB
rgb(62, 218, 117)
HSL
hsl(141, 68%, 55%)
OKLCH
oklch(0.786 0.191 150.6)
CMYK
cmyk(72%, 0%, 46%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.49: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#28D464
2#24BC59
3#1FA54E
4#1B8D43
5#167638
6#125E2D
7#0D4721
8#092F16
9#04180B

Tints

Lighter variations

1#51DE83
2#65E290
3#78E59E
4#8BE9AC
5#9FEDBA
6#B2F0C8
7#C5F4D6
8#D8F8E3
9#ECFBF1

Tones

Muted variations

1#46D277
2#4ECB7A
3#56C37C
4#5DBB7E
5#65B381
6#6DAB83
7#75A485
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
#C7F4D7
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECB8
BordersInactive statesPlaceholder text
400
69E2
#69E294
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA75
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC59
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9647
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B33
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4520
Primary textHigh emphasis contentDark headings
950
082B
#082B14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1F9EA;
  --emerald-200: #C7F4D7;
  --emerald-300: #9CECB8;
  --emerald-400: #69E294;
  --emerald-500: #3EDA75;
  --emerald-600: #24BC59;
  --emerald-700: #1D9647;
  --emerald-800: #146B33;
  --emerald-900: #0D4520;
  --emerald-950: #082B14;
}
Generate More ShadesCreate PaletteConvert Color