Teal

#008CB3

Cyan

Color Codes

All color formats for development

HEX
#008CB3
RGB
rgb(0, 140, 179)
HSL
hsl(193, 100%, 35%)
OKLCH
oklch(0.596 0.114 226.2)
CMYK
cmyk(100%, 22%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

3.89:1

AA AAA

On Black Background

5.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DBF7
200
#BDF1
300
#8AE6
400
#4DD8
500
#1ACD
600
#00B0
700
#008C
800
#0064
900
#0040
950
#0028

Shades

Darker variations

1#007EA1
2#00708F
3#00627D
4#00546B
5#004659
6#003847
7#002A36
8#001C24
9#000E12

Tints

Lighter variations

1#00A6D4
2#00C0F5
3#17CDFF
4#38D4FF
5#59DBFF
6#7AE2FF
7#9CE9FF
8#BDF1FF
9#DEF8FF

Tones

Muted variations

1#0987AA
2#1282A1
3#1B7D98
4#24788F
5#2D7386
6#366D7D
7#3E6874
8#47636B
9#505E62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DBF7
#DBF7FF
Light backgroundsTable row hoverSkeleton loading
200
BDF1
#BDF1FF
Secondary backgroundsInput backgroundsDividers
300
8AE6
#8AE6FF
BordersInactive statesPlaceholder text
400
4DD8
#4DD8FF
Disabled statesSecondary iconsMuted text
500
1ACD
#1ACDFF
Primary brand colorCTAsActive elementsLinks
600
00B0
#00B0E0
Hover statesFocus ringsPrimary buttons hover
700
008C
#008CB3
Active/pressed statesDark mode accentsSecondary text
800
0064
#006480
Text on light backgroundsHeadingsStrong borders
900
0040
#004052
Primary textHigh emphasis contentDark headings
950
0028
#002833
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DBF7FF;
  --teal-200: #BDF1FF;
  --teal-300: #8AE6FF;
  --teal-400: #4DD8FF;
  --teal-500: #1ACDFF;
  --teal-600: #00B0E0;
  --teal-700: #008CB3;
  --teal-800: #006480;
  --teal-900: #004052;
  --teal-950: #002833;
}
Generate More ShadesCreate PaletteConvert Color