Emerald

#3CDD92

Green

Color Codes

All color formats for development

HEX
#3CDD92
RGB
rgb(60, 221, 146)
HSL
hsl(152, 70%, 55%)
OKLCH
oklch(0.798 0.169 157.9)
CMYK
cmyk(73%, 0%, 34%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95: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#26D784
2#22BF75
3#1DA767
4#198F58
5#157749
6#115F3B
7#0D482C
8#08301D
9#04180F

Tints

Lighter variations

1#4FE09D
2#63E3A7
3#76E7B2
4#8AEABD
5#9DEEC8
6#B1F1D3
7#C4F5DE
8#D8F8E9
9#EBFCF4

Tones

Muted variations

1#44D591
2#4CCD91
3#54C490
4#5CBC8F
5#64B48F
6#6CAC8E
7#74A48E
8#7C9C8D
9#84948D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAEE
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5DF
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDC7
BordersInactive statesPlaceholder text
400
67E4
#67E4AA
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD92
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF75
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B985D
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C43
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C452B
Primary textHigh emphasis contentDark headings
950
082B
#082B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1FAEE;
  --emerald-200: #C7F5DF;
  --emerald-300: #9BEDC7;
  --emerald-400: #67E4AA;
  --emerald-500: #3CDD92;
  --emerald-600: #22BF75;
  --emerald-700: #1B985D;
  --emerald-800: #136C43;
  --emerald-900: #0C452B;
  --emerald-950: #082B1B;
}
Generate More ShadesCreate PaletteConvert Color