Teal

#0892AA

Cyan

Color Codes

All color formats for development

HEX
#0892AA
RGB
rgb(8, 146, 170)
HSL
hsl(189, 91%, 35%)
OKLCH
oklch(0.608 0.106 215)
CMYK
cmyk(95%, 14%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.68:1

AA AAA

On Black Background

5.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DDF9
200
#C0F3
300
#8FEA
400
#55DF
500
#24D5
600
#0AB8
700
#0892
800
#0668
900
#0443
950
#022A

Shades

Darker variations

1#078399
2#067588
3#066677
4#055866
5#044955
6#033A44
7#022C33
8#021D22
9#010F11

Tints

Lighter variations

1#0AADCA
2#0BC8EA
3#21D5F5
4#41DBF6
5#61E1F8
6#80E7F9
7#A0EDFB
8#C0F3FC
9#DFF9FE

Tones

Muted variations

1#108CA2
2#18879A
3#208192
4#297B8A
5#317682
6#39707A
7#416A72
8#496569
9#515F61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF9
#DDF9FD
Light backgroundsTable row hoverSkeleton loading
200
C0F3
#C0F3FC
Secondary backgroundsInput backgroundsDividers
300
8FEA
#8FEAFA
BordersInactive statesPlaceholder text
400
55DF
#55DFF7
Disabled statesSecondary iconsMuted text
500
24D5
#24D5F5
Primary brand colorCTAsActive elementsLinks
600
0AB8
#0AB8D6
Hover statesFocus ringsPrimary buttons hover
700
0892
#0892AA
Active/pressed statesDark mode accentsSecondary text
800
0668
#06687A
Text on light backgroundsHeadingsStrong borders
900
0443
#04434E
Primary textHigh emphasis contentDark headings
950
022A
#022A31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFE;
  --teal-100: #DDF9FD;
  --teal-200: #C0F3FC;
  --teal-300: #8FEAFA;
  --teal-400: #55DFF7;
  --teal-500: #24D5F5;
  --teal-600: #0AB8D6;
  --teal-700: #0892AA;
  --teal-800: #06687A;
  --teal-900: #04434E;
  --teal-950: #022A31;
}
Generate More ShadesCreate PaletteConvert Color