Emerald

#3BDE9D

Green

Color Codes

All color formats for development

HEX
#3BDE9D
RGB
rgb(59, 222, 157)
HSL
hsl(156, 71%, 55%)
OKLCH
oklch(0.803 0.162 161.5)
CMYK
cmyk(73%, 0%, 29%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.12: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#25D890
2#21C080
3#1CA870
4#189060
5#147850
6#106040
7#0C4830
8#083020
9#041810

Tints

Lighter variations

1#4EE1A6
2#62E4B0
3#76E8BA
4#89EBC4
5#9DEECE
6#B1F2D8
7#C4F5E1
8#D8F8EB
9#EBFCF5

Tones

Muted variations

1#43D69B
2#4BCD99
3#53C598
4#5BBD96
5#64B594
6#6CAD93
7#74A591
8#7C9D90
9#84948E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF0
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5E3
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEECD
BordersInactive statesPlaceholder text
400
66E5
#66E5B2
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE9D
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C080
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9966
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D49
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C462F
Primary textHigh emphasis contentDark headings
950
072C
#072C1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAF0;
  --emerald-200: #C6F5E3;
  --emerald-300: #9BEECD;
  --emerald-400: #66E5B2;
  --emerald-500: #3BDE9D;
  --emerald-600: #21C080;
  --emerald-700: #1A9966;
  --emerald-800: #126D49;
  --emerald-900: #0C462F;
  --emerald-950: #072C1D;
}
Generate More ShadesCreate PaletteConvert Color