Teal

#0987AA

Cyan

Color Codes

All color formats for development

HEX
#0987AA
RGB
rgb(9, 135, 170)
HSL
hsl(193, 90%, 35%)
OKLCH
oklch(0.58 0.108 224.7)
CMYK
cmyk(95%, 21%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.15:1

AA AAA

On Black Background

5.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF6
200
#C0EF
300
#90E2
400
#55D3
500
#25C7
600
#0BA9
700
#0987
800
#0660
900
#043E
950
#0327

Shades

Darker variations

1#087999
2#076C88
3#065E77
4#055166
5#044355
6#043644
7#032833
8#021B22
9#010D11

Tints

Lighter variations

1#0BA0C9
2#0CB9E9
3#23C6F3
4#42CEF5
5#62D6F7
6#81DFF8
7#A1E7FA
8#C0EFFC
9#E0F7FD

Tones

Muted variations

1#1182A2
2#197E9A
3#217991
4#297589
5#317081
6#396B79
7#416771
8#496269
9#515E61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF6
#DDF6FD
Light backgroundsTable row hoverSkeleton loading
200
C0EF
#C0EFFC
Secondary backgroundsInput backgroundsDividers
300
90E2
#90E2F9
BordersInactive statesPlaceholder text
400
55D3
#55D3F6
Disabled statesSecondary iconsMuted text
500
25C7
#25C7F4
Primary brand colorCTAsActive elementsLinks
600
0BA9
#0BA9D5
Hover statesFocus ringsPrimary buttons hover
700
0987
#0987AA
Active/pressed statesDark mode accentsSecondary text
800
0660
#066079
Text on light backgroundsHeadingsStrong borders
900
043E
#043E4E
Primary textHigh emphasis contentDark headings
950
0327
#032730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FBFE;
  --teal-100: #DDF6FD;
  --teal-200: #C0EFFC;
  --teal-300: #90E2F9;
  --teal-400: #55D3F6;
  --teal-500: #25C7F4;
  --teal-600: #0BA9D5;
  --teal-700: #0987AA;
  --teal-800: #066079;
  --teal-900: #043E4E;
  --teal-950: #032730;
}
Generate More ShadesCreate PaletteConvert Color