Emerald

#3DDBC6

Cyan

Color Codes

All color formats for development

HEX
#3DDBC6
RGB
rgb(61, 219, 198)
HSL
hsl(172, 69%, 55%)
OKLCH
oklch(0.807 0.131 181.9)
CMYK
cmyk(72%, 0%, 10%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#27D5BE
2#23BEA9
3#1EA694
4#1A8E7F
5#16776A
6#115F54
7#0D473F
8#092F2A
9#041815

Tints

Lighter variations

1#50DFCC
2#64E3D2
3#77E6D7
4#8BEADD
5#9EEDE3
6#B1F1E8
7#C5F4EE
8#D8F8F4
9#ECFBF9

Tones

Muted variations

1#45D4C1
2#4DCCBB
3#55C4B5
4#5DBCAF
5#65B4A9
6#6DACA3
7#74A49E
8#7C9C98
9#849492

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EF
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDE2
BordersInactive statesPlaceholder text
400
68E3
#68E3D3
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBC6
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEA9
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9786
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C60
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453D
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: #E1F9F6;
  --emerald-200: #C7F5EF;
  --emerald-300: #9CEDE2;
  --emerald-400: #68E3D3;
  --emerald-500: #3DDBC6;
  --emerald-600: #23BEA9;
  --emerald-700: #1C9786;
  --emerald-800: #146C60;
  --emerald-900: #0D453D;
  --emerald-950: #082B26;
}
Generate More ShadesCreate PaletteConvert Color