Teal

#008080

Cyan

Color Codes

All color formats for development

HEX
#008080
RGB
rgb(0, 128, 128)
HSL
hsl(180, 100%, 25%)
OKLCH
oklch(0.543 0.093 194.8)
CMYK
cmyk(100%, 0%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

4.77:1

AA AAA

On Black Background

4.40: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#007373
2#006666
3#005959
4#004C4D
5#004040
6#003333
7#002626
8#00191A
9#000D0D

Tints

Lighter variations

1#00A6A6
2#00CCCC
3#00F2F2
4#1AFFFF
5#40FFFF
6#66FFFF
7#8CFFFF
8#B3FFFF
9#D9FFFF

Tones

Muted variations

1#067979
2#0D7373
3#136C6C
4#196666
5#206060
6#265959
7#2D5353
8#334C4D
9#394646

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFF
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFFF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFFF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFFF
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0E0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3B3
Active/pressed statesDark mode accentsSecondary text
800
0080
#008080
Text on light backgroundsHeadingsStrong borders
900
0052
#005252
Primary textHigh emphasis contentDark headings
950
0033
#003333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFF;
  --teal-100: #DBFFFF;
  --teal-200: #BDFFFF;
  --teal-300: #8AFFFF;
  --teal-400: #4DFFFF;
  --teal-500: #1AFFFF;
  --teal-600: #00E0E0;
  --teal-700: #00B3B3;
  --teal-800: #008080;
  --teal-900: #005252;
  --teal-950: #003333;
}
Generate More ShadesCreate PaletteConvert Color