Teal

#008FB3

Cyan

Color Codes

All color formats for development

HEX
#008FB3
RGB
rgb(0, 143, 179)
HSL
hsl(192, 100%, 35%)
OKLCH
oklch(0.604 0.113 223.8)
CMYK
cmyk(100%, 20%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

3.76:1

AA AAA

On Black Background

5.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DBF8
200
#BDF2
300
#8AE8
400
#4DDB
500
#1AD1
600
#00B4
700
#008F
800
#0066
900
#0041
950
#0029

Shades

Darker variations

1#0081A1
2#00728F
3#00647D
4#00566B
5#004759
6#003947
7#002B36
8#001D24
9#000E12

Tints

Lighter variations

1#00A9D4
2#00C4F5
3#17D1FF
4#38D7FF
5#59DEFF
6#7AE4FF
7#9CEBFF
8#BDF2FF
9#DEF8FF

Tones

Muted variations

1#0989AA
2#1284A1
3#1B7F98
4#24798F
5#2D7486
6#366F7D
7#3E6974
8#47646B
9#505F62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DBF8
#DBF8FF
Light backgroundsTable row hoverSkeleton loading
200
BDF2
#BDF2FF
Secondary backgroundsInput backgroundsDividers
300
8AE8
#8AE8FF
BordersInactive statesPlaceholder text
400
4DDB
#4DDBFF
Disabled statesSecondary iconsMuted text
500
1AD1
#1AD1FF
Primary brand colorCTAsActive elementsLinks
600
00B4
#00B4E0
Hover statesFocus ringsPrimary buttons hover
700
008F
#008FB3
Active/pressed statesDark mode accentsSecondary text
800
0066
#006680
Text on light backgroundsHeadingsStrong borders
900
0041
#004152
Primary textHigh emphasis contentDark headings
950
0029
#002933
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DBF8FF;
  --teal-200: #BDF2FF;
  --teal-300: #8AE8FF;
  --teal-400: #4DDBFF;
  --teal-500: #1AD1FF;
  --teal-600: #00B4E0;
  --teal-700: #008FB3;
  --teal-800: #006680;
  --teal-900: #004152;
  --teal-950: #002933;
}
Generate More ShadesCreate PaletteConvert Color