Emerald

#3BDEA7

Green

Color Codes

All color formats for development

HEX
#3BDEA7
RGB
rgb(59, 222, 167)
HSL
hsl(160, 71%, 55%)
OKLCH
oklch(0.805 0.154 165.3)
CMYK
cmyk(73%, 0%, 25%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#25D89C
2#21C08B
3#1CA879
4#189068
5#147857
6#106045
7#0C4834
8#083023
9#041811

Tints

Lighter variations

1#4EE1B0
2#62E4B9
3#76E8C2
4#89EBCA
5#9DEED3
6#B1F2DC
7#C4F5E5
8#D8F8ED
9#EBFCF6

Tones

Muted variations

1#43D6A5
2#4BCDA2
3#53C59F
4#5BBD9D
5#64B59A
6#6CAD97
7#74A594
8#7C9D92
9#84948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF1
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5E6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEED2
BordersInactive statesPlaceholder text
400
66E5
#66E5BB
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDEA7
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C08B
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A996E
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D4F
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4632
Primary textHigh emphasis contentDark headings
950
072C
#072C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FAF1;
  --emerald-200: #C6F5E6;
  --emerald-300: #9BEED2;
  --emerald-400: #66E5BB;
  --emerald-500: #3BDEA7;
  --emerald-600: #21C08B;
  --emerald-700: #1A996E;
  --emerald-800: #126D4F;
  --emerald-900: #0C4632;
  --emerald-950: #072C20;
}
Generate More ShadesCreate PaletteConvert Color