Teal

#047C64

Cyan

Color Codes

All color formats for development

HEX
#047C64
RGB
rgb(4, 124, 100)
HSL
hsl(168, 94%, 25%)
OKLCH
oklch(0.523 0.1 172.8)
CMYK
cmyk(97%, 0%, 19%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.16:1

AA AAA

On Black Background

4.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BFFD
300
#8DFB
400
#52FA
500
#20F8
600
#07DA
700
#05AD
800
#047C
900
#024F
950
#0231

Shades

Darker variations

1#036F5A
2#036350
3#035746
4#024A3C
5#023E32
6#023128
7#01251E
8#011914
9#000C0A

Tints

Lighter variations

1#05A182
2#06C6A0
3#07EBBD
4#20F8CD
5#45F9D5
6#6BFADE
7#90FCE6
8#B5FDEE
9#DAFEF7

Tones

Muted variations

1#0A7660
2#10705D
3#166A59
4#1C6455
5#225E52
6#28584E
7#2E524B
8#344C47
9#3A4643

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF7
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF1
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBE5
BordersInactive statesPlaceholder text
400
52FA
#52FAD8
Disabled statesSecondary iconsMuted text
500
20F8
#20F8CD
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DAAF
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05AD8C
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C64
Text on light backgroundsHeadingsStrong borders
900
024F
#024F40
Primary textHigh emphasis contentDark headings
950
0231
#023128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DCFEF7;
  --teal-200: #BFFDF1;
  --teal-300: #8DFBE5;
  --teal-400: #52FAD8;
  --teal-500: #20F8CD;
  --teal-600: #07DAAF;
  --teal-700: #05AD8C;
  --teal-800: #047C64;
  --teal-900: #024F40;
  --teal-950: #023128;
}
Generate More ShadesCreate PaletteConvert Color