Emerald

#3BDEA2

Green

Color Codes

All color formats for development

HEX
#3BDEA2
RGB
rgb(59, 222, 162)
HSL
hsl(158, 71%, 55%)
OKLCH
oklch(0.804 0.158 163.3)
CMYK
cmyk(73%, 0%, 27%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.16: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#25D896
2#21C085
3#1CA875
4#189064
5#147853
6#106043
7#0C4832
8#083021
9#041811

Tints

Lighter variations

1#4EE1AB
2#62E4B5
3#76E8BE
4#89EBC7
5#9DEED0
6#B1F2DA
7#C4F5E3
8#D8F8EC
9#EBFCF6

Tones

Muted variations

1#43D6A0
2#4BCD9E
3#53C59B
4#5BBD99
5#64B597
6#6CAD95
7#74A593
8#7C9D91
9#84948E

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
#C6F5E4
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEECF
BordersInactive statesPlaceholder text
400
66E5
#66E5B7
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDEA2
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C085
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A996A
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D4C
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4631
Primary textHigh emphasis contentDark headings
950
072C
#072C1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FAF1;
  --emerald-200: #C6F5E4;
  --emerald-300: #9BEECF;
  --emerald-400: #66E5B7;
  --emerald-500: #3BDEA2;
  --emerald-600: #21C085;
  --emerald-700: #1A996A;
  --emerald-800: #126D4C;
  --emerald-900: #0C4631;
  --emerald-950: #072C1E;
}
Generate More ShadesCreate PaletteConvert Color