Teal

#00806F

Cyan

Color Codes

All color formats for development

HEX
#00806F
RGB
rgb(0, 128, 111)
HSL
hsl(172, 100%, 25%)
OKLCH
oklch(0.537 0.098 179.1)
CMYK
cmyk(100%, 0%, 13%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.86:1

AA AAA

On Black Background

4.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#007363
2#006658
3#00594D
4#004D42
5#004037
6#00332C
7#002621
8#001A16
9#000D0B

Tints

Lighter variations

1#00A690
2#00CCB1
3#00F2D2
4#1AFFE0
5#40FFE6
6#66FFEB
7#8CFFF0
8#B3FFF5
9#D9FFFA

Tones

Muted variations

1#06796A
2#0D7365
3#136C60
4#19665C
5#206057
6#265952
7#2D534E
8#334D49
9#394644

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFA
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF6
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFEF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE7
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C2
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39B
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806F
Text on light backgroundsHeadingsStrong borders
900
0052
#005247
Primary textHigh emphasis contentDark headings
950
0033
#00332C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFD;
  --teal-100: #DBFFFA;
  --teal-200: #BDFFF6;
  --teal-300: #8AFFEF;
  --teal-400: #4DFFE7;
  --teal-500: #1AFFE0;
  --teal-600: #00E0C2;
  --teal-700: #00B39B;
  --teal-800: #00806F;
  --teal-900: #005247;
  --teal-950: #00332C;
}
Generate More ShadesCreate PaletteConvert Color