Teal

#0D89A5

Cyan

Color Codes

All color formats for development

HEX
#0D89A5
RGB
rgb(13, 137, 165)
HSL
hsl(191, 85%, 35%)
OKLCH
oklch(0.583 0.103 219.4)
CMYK
cmyk(92%, 17%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

4.09:1

AA AAA

On Black Background

5.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DEF7
200
#C2F0
300
#92E4
400
#5AD6
500
#2BCA
600
#11AD
700
#0D89
800
#0A62
900
#063F
950
#0427

Shades

Darker variations

1#0C7C95
2#0B6E84
3#096074
4#085263
5#074553
6#053742
7#042932
8#031B21
9#010E11

Tints

Lighter variations

1#10A3C4
2#12BCE2
3#28C9EE
4#47D1F0
5#66D9F3
6#84E0F5
7#A3E8F8
8#C2F0FA
9#E0F7FD

Tones

Muted variations

1#15849E
2#1D8096
3#247B8E
4#2C7687
5#33717F
6#3B6C78
7#426870
8#4A6368
9#525E61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF7
#DEF7FC
Light backgroundsTable row hoverSkeleton loading
200
C2F0
#C2F0FA
Secondary backgroundsInput backgroundsDividers
300
92E4
#92E4F6
BordersInactive statesPlaceholder text
400
5AD6
#5AD6F2
Disabled statesSecondary iconsMuted text
500
2BCA
#2BCAEE
Primary brand colorCTAsActive elementsLinks
600
11AD
#11ADD0
Hover statesFocus ringsPrimary buttons hover
700
0D89
#0D89A5
Active/pressed statesDark mode accentsSecondary text
800
0A62
#0A6276
Text on light backgroundsHeadingsStrong borders
900
063F
#063F4B
Primary textHigh emphasis contentDark headings
950
0427
#04272F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DEF7FC;
  --teal-200: #C2F0FA;
  --teal-300: #92E4F6;
  --teal-400: #5AD6F2;
  --teal-500: #2BCAEE;
  --teal-600: #11ADD0;
  --teal-700: #0D89A5;
  --teal-800: #0A6276;
  --teal-900: #063F4B;
  --teal-950: #04272F;
}
Generate More ShadesCreate PaletteConvert Color