Emerald

#3CDDC4

Cyan

Color Codes

All color formats for development

HEX
#3CDDC4
RGB
rgb(60, 221, 196)
HSL
hsl(171, 70%, 55%)
OKLCH
oklch(0.811 0.134 179.8)
CMYK
cmyk(73%, 0%, 11%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.70:1

AA AAA

On Black Background

12.33: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#26D7BC
2#22BFA7
3#1DA792
4#198F7D
5#157768
6#115F54
7#0D483F
8#08302A
9#041815

Tints

Lighter variations

1#4FE0CA
2#63E3D0
3#76E7D6
4#8AEADC
5#9DEEE2
6#B1F1E8
7#C4F5ED
8#D8F8F3
9#EBFCF9

Tones

Muted variations

1#44D5BF
2#4CCDB9
3#54C4B4
4#5CBCAE
5#64B4A8
6#6CACA3
7#74A49D
8#7C9C97
9#849492

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EE
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE1
BordersInactive statesPlaceholder text
400
67E4
#67E4D1
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDC4
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFA7
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9885
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C5F
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453D
Primary textHigh emphasis contentDark headings
950
082B
#082B26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E1FAF6;
  --emerald-200: #C7F5EE;
  --emerald-300: #9BEDE1;
  --emerald-400: #67E4D1;
  --emerald-500: #3CDDC4;
  --emerald-600: #22BFA7;
  --emerald-700: #1B9885;
  --emerald-800: #136C5F;
  --emerald-900: #0C453D;
  --emerald-950: #082B26;
}
Generate More ShadesCreate PaletteConvert Color