Emerald

#3EDA65

Green

Color Codes

All color formats for development

HEX
#3EDA65
RGB
rgb(62, 218, 101)
HSL
hsl(135, 68%, 55%)
OKLCH
oklch(0.783 0.205 147.6)
CMYK
cmyk(72%, 0%, 54%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.42: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#28D453
2#24BC4A
3#1FA541
4#1B8D38
5#16762E
6#125E25
7#0D471C
8#092F13
9#041809

Tints

Lighter variations

1#51DE75
2#65E284
3#78E593
4#8BE9A3
5#9FEDB2
6#B2F0C1
7#C5F4D1
8#D8F8E0
9#ECFBF0

Tones

Muted variations

1#46D269
2#4ECB6D
3#56C371
4#5DBB75
5#65B379
6#6DAB7D
7#75A481
8#7D9C84
9#849488

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E7
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4D3
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECB0
BordersInactive statesPlaceholder text
400
69E2
#69E287
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA65
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC4A
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D963B
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B2A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451B
Primary textHigh emphasis contentDark headings
950
082B
#082B11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E1F9E7;
  --emerald-200: #C7F4D3;
  --emerald-300: #9CECB0;
  --emerald-400: #69E287;
  --emerald-500: #3EDA65;
  --emerald-600: #24BC4A;
  --emerald-700: #1D963B;
  --emerald-800: #146B2A;
  --emerald-900: #0D451B;
  --emerald-950: #082B11;
}
Generate More ShadesCreate PaletteConvert Color