Emerald

#3CDD9C

Green

Color Codes

All color formats for development

HEX
#3CDD9C
RGB
rgb(60, 221, 156)
HSL
hsl(156, 70%, 55%)
OKLCH
oklch(0.8 0.161 161.3)
CMYK
cmyk(73%, 0%, 29%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#26D790
2#22BF80
3#1DA770
4#198F60
5#157750
6#115F40
7#0D4830
8#083020
9#041810

Tints

Lighter variations

1#4FE0A6
2#63E3B0
3#76E7BA
4#8AEAC4
5#9DEECE
6#B1F1D8
7#C4F5E1
8#D8F8EB
9#EBFCF5

Tones

Muted variations

1#44D59B
2#4CCD99
3#54C497
4#5CBC96
5#64B494
6#6CAC93
7#74A491
8#7C9C8F
9#84948E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF0
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E2
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDCD
BordersInactive statesPlaceholder text
400
67E4
#67E4B2
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD9C
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF80
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9866
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C49
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C452F
Primary textHigh emphasis contentDark headings
950
082B
#082B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1FAF0;
  --emerald-200: #C7F5E2;
  --emerald-300: #9BEDCD;
  --emerald-400: #67E4B2;
  --emerald-500: #3CDD9C;
  --emerald-600: #22BF80;
  --emerald-700: #1B9866;
  --emerald-800: #136C49;
  --emerald-900: #0C452F;
  --emerald-950: #082B1D;
}
Generate More ShadesCreate PaletteConvert Color