Teal

#0A8EA9

Cyan

Color Codes

All color formats for development

HEX
#0A8EA9
RGB
rgb(10, 142, 169)
HSL
hsl(190, 89%, 35%)
OKLCH
oklch(0.597 0.106 217.8)
CMYK
cmyk(94%, 16%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.85:1

AA AAA

On Black Background

5.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DDF8
200
#C0F2
300
#90E7
400
#56DB
500
#26D0
600
#0CB3
700
#0A8E
800
#0766
900
#0441
950
#0329

Shades

Darker variations

1#098098
2#087287
3#076476
4#065565
5#054754
6#043943
7#032B33
8#021C22
9#010E11

Tints

Lighter variations

1#0CA9C8
2#0DC3E7
3#24D0F2
4#43D7F4
5#62DDF6
6#82E4F8
7#A1EBFA
8#C0F2FB
9#E0F8FD

Tones

Muted variations

1#1289A1
2#1A8499
3#227E91
4#2A7989
5#327481
6#396E79
7#416971
8#496469
9#515F61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FD
Light backgroundsTable row hoverSkeleton loading
200
C0F2
#C0F2FB
Secondary backgroundsInput backgroundsDividers
300
90E7
#90E7F9
BordersInactive statesPlaceholder text
400
56DB
#56DBF5
Disabled statesSecondary iconsMuted text
500
26D0
#26D0F2
Primary brand colorCTAsActive elementsLinks
600
0CB3
#0CB3D4
Hover statesFocus ringsPrimary buttons hover
700
0A8E
#0A8EA9
Active/pressed statesDark mode accentsSecondary text
800
0766
#076678
Text on light backgroundsHeadingsStrong borders
900
0441
#04414D
Primary textHigh emphasis contentDark headings
950
0329
#032930
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FCFE;
  --teal-100: #DDF8FD;
  --teal-200: #C0F2FB;
  --teal-300: #90E7F9;
  --teal-400: #56DBF5;
  --teal-500: #26D0F2;
  --teal-600: #0CB3D4;
  --teal-700: #0A8EA9;
  --teal-800: #076678;
  --teal-900: #04414D;
  --teal-950: #032930;
}
Generate More ShadesCreate PaletteConvert Color