Emerald

#43D6BD

Cyan

Color Codes

All color formats for development

HEX
#43D6BD
RGB
rgb(67, 214, 189)
HSL
hsl(170, 64%, 55%)
OKLCH
oklch(0.793 0.128 179)
CMYK
cmyk(69%, 0%, 12%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#2DCFB4
2#28B8A0
3#23A18C
4#1E8A78
5#197364
6#145C50
7#0F453C
8#0A2E28
9#051714

Tints

Lighter variations

1#56DAC4
2#68DECA
3#7BE2D1
4#8EE6D8
5#A1EADE
6#B4EEE5
7#C7F3EB
8#D9F7F2
9#ECFBF8

Tones

Muted variations

1#4ACEB8
2#51C7B3
3#59C0AF
4#60B8AA
5#68B1A5
6#6FAAA0
7#76A29B
8#7E9B96
9#859491

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F5
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3EC
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEADD
BordersInactive statesPlaceholder text
400
6DDF
#6DDFCC
Disabled statesSecondary iconsMuted text
500
43D6
#43D6BD
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8A0
Hover statesFocus ringsPrimary buttons hover
700
2092
#20927F
Active/pressed statesDark mode accentsSecondary text
800
1769
#17695B
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433A
Primary textHigh emphasis contentDark headings
950
092A
#092A24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCFB;
  --emerald-100: #E2F9F5;
  --emerald-200: #C9F3EC;
  --emerald-300: #9FEADD;
  --emerald-400: #6DDFCC;
  --emerald-500: #43D6BD;
  --emerald-600: #28B8A0;
  --emerald-700: #20927F;
  --emerald-800: #17695B;
  --emerald-900: #0F433A;
  --emerald-950: #092A24;
}
Generate More ShadesCreate PaletteConvert Color