Teal

#00B3A7

Cyan

Color Codes

All color formats for development

HEX
#00B3A7
RGB
rgb(0, 179, 167)
HSL
hsl(176, 100%, 35%)
OKLCH
oklch(0.69 0.121 186.4)
CMYK
cmyk(100%, 0%, 7%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.62:1

AA AAA

On Black Background

8.01: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#00A196
2#008F85
3#007D75
4#006B64
5#005953
6#004743
7#003632
8#002421
9#001211

Tints

Lighter variations

1#00D4C6
2#00F5E4
3#17FFF0
4#38FFF2
5#59FFF4
6#7AFFF6
7#9CFFF8
8#BDFFFB
9#DEFFFD

Tones

Muted variations

1#09AA9F
2#12A197
3#1B988F
4#248F88
5#2D8680
6#367D78
7#3E7470
8#476B69
9#506261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFD
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFB
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF7
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF3
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFF0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0D1
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3A7
Active/pressed statesDark mode accentsSecondary text
800
0080
#008077
Text on light backgroundsHeadingsStrong borders
900
0052
#00524C
Primary textHigh emphasis contentDark headings
950
0033
#003330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFE;
  --teal-100: #DBFFFD;
  --teal-200: #BDFFFB;
  --teal-300: #8AFFF7;
  --teal-400: #4DFFF3;
  --teal-500: #1AFFF0;
  --teal-600: #00E0D1;
  --teal-700: #00B3A7;
  --teal-800: #008077;
  --teal-900: #00524C;
  --teal-950: #003330;
}
Generate More ShadesCreate PaletteConvert Color