Emerald

#3CDDAC

Green

Color Codes

All color formats for development

HEX
#3CDDAC
RGB
rgb(60, 221, 172)
HSL
hsl(162, 70%, 55%)
OKLCH
oklch(0.804 0.148 167.7)
CMYK
cmyk(73%, 0%, 22%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.13: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#26D7A2
2#22BF90
3#1DA77E
4#198F6C
5#15775A
6#115F48
7#0D4836
8#083024
9#041812

Tints

Lighter variations

1#4FE0B5
2#63E3BD
3#76E7C5
4#8AEACD
5#9DEED6
6#B1F1DE
7#C4F5E6
8#D8F8EE
9#EBFCF7

Tones

Muted variations

1#44D5A9
2#4CCDA6
3#54C4A3
4#5CBCA0
5#64B49C
6#6CAC99
7#74A496
8#7C9C93
9#84948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E7
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDD5
BordersInactive statesPlaceholder text
400
67E4
#67E4BF
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDAC
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF90
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9872
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C52
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4534
Primary textHigh emphasis contentDark headings
950
082B
#082B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E1FAF2;
  --emerald-200: #C7F5E7;
  --emerald-300: #9BEDD5;
  --emerald-400: #67E4BF;
  --emerald-500: #3CDDAC;
  --emerald-600: #22BF90;
  --emerald-700: #1B9872;
  --emerald-800: #136C52;
  --emerald-900: #0C4534;
  --emerald-950: #082B21;
}
Generate More ShadesCreate PaletteConvert Color