Emerald

#3CDD9A

Green

Color Codes

All color formats for development

HEX
#3CDD9A
RGB
rgb(60, 221, 154)
HSL
hsl(155, 70%, 55%)
OKLCH
oklch(0.8 0.163 160.6)
CMYK
cmyk(73%, 0%, 30%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.00: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#26D78D
2#22BF7D
3#1DA76E
4#198F5E
5#15774E
6#115F3F
7#0D482F
8#08301F
9#041810

Tints

Lighter variations

1#4FE0A4
2#63E3AE
3#76E7B8
4#8AEAC2
5#9DEECC
6#B1F1D6
7#C4F5E1
8#D8F8EB
9#EBFCF5

Tones

Muted variations

1#44D598
2#4CCD97
3#54C496
4#5CBC94
5#64B493
6#6CAC92
7#74A490
8#7C9C8F
9#84948E

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1FAEF;
  --emerald-200: #C7F5E2;
  --emerald-300: #9BEDCB;
  --emerald-400: #67E4B0;
  --emerald-500: #3CDD9A;
  --emerald-600: #22BF7D;
  --emerald-700: #1B9864;
  --emerald-800: #136C47;
  --emerald-900: #0C452E;
  --emerald-950: #082B1C;
}
Generate More ShadesCreate PaletteConvert Color