Emerald

#3BDEAA

Green

Color Codes

All color formats for development

HEX
#3BDEAA
RGB
rgb(59, 222, 170)
HSL
hsl(161, 71%, 55%)
OKLCH
oklch(0.806 0.151 166.6)
CMYK
cmyk(73%, 0%, 23%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.21: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#25D89F
2#21C08D
3#1CA87C
4#18906A
5#147858
6#106047
7#0C4835
8#083023
9#041812

Tints

Lighter variations

1#4EE1B3
2#62E4BB
3#76E8C4
4#89EBCC
5#9DEED5
6#B1F2DD
7#C4F5E6
8#D8F8EE
9#EBFCF7

Tones

Muted variations

1#43D6A7
2#4BCDA4
3#53C5A1
4#5BBD9E
5#64B59B
6#6CAD98
7#74A595
8#7C9D92
9#84948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF2
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5E6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEED4
BordersInactive statesPlaceholder text
400
66E5
#66E5BD
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDEAA
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C08D
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9970
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D50
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4633
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: #E0FAF2;
  --emerald-200: #C6F5E6;
  --emerald-300: #9BEED4;
  --emerald-400: #66E5BD;
  --emerald-500: #3BDEAA;
  --emerald-600: #21C08D;
  --emerald-700: #1A9970;
  --emerald-800: #126D50;
  --emerald-900: #0C4633;
  --emerald-950: #072C20;
}
Generate More ShadesCreate PaletteConvert Color