Emerald

#3EDAA1

Green

Color Codes

All color formats for development

HEX
#3EDAA1
RGB
rgb(62, 218, 161)
HSL
hsl(158, 68%, 55%)
OKLCH
oklch(0.794 0.153 163.8)
CMYK
cmyk(72%, 0%, 26%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.75: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#28D495
2#24BC85
3#1FA574
4#1B8D63
5#167653
6#125E42
7#0D4732
8#092F21
9#041811

Tints

Lighter variations

1#51DEAA
2#65E2B4
3#78E5BD
4#8BE9C7
5#9FEDD0
6#B2F0D9
7#C5F4E3
8#D8F8EC
9#ECFBF6

Tones

Muted variations

1#46D29F
2#4ECB9D
3#56C39B
4#5DBB99
5#65B397
6#6DAB95
7#75A492
8#7D9C90
9#84948E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4E4
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECCF
BordersInactive statesPlaceholder text
400
69E2
#69E2B6
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAA1
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC85
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9669
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B4B
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4530
Primary textHigh emphasis contentDark headings
950
082B
#082B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E1F9F0;
  --emerald-200: #C7F4E4;
  --emerald-300: #9CECCF;
  --emerald-400: #69E2B6;
  --emerald-500: #3EDAA1;
  --emerald-600: #24BC85;
  --emerald-700: #1D9669;
  --emerald-800: #146B4B;
  --emerald-900: #0D4530;
  --emerald-950: #082B1E;
}
Generate More ShadesCreate PaletteConvert Color