Teal

#0686AC

Cyan

Color Codes

All color formats for development

HEX
#0686AC
RGB
rgb(6, 134, 172)
HSL
hsl(194, 93%, 35%)
OKLCH
oklch(0.578 0.11 226.8)
CMYK
cmyk(97%, 22%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.19:1

AA AAA

On Black Background

5.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF6
200
#BFEE
300
#8EE1
400
#53D2
500
#22C5
600
#08A8
700
#0686
800
#045F
900
#033D
950
#0226

Shades

Darker variations

1#06789B
2#056B8A
3#045D79
4#045067
5#034356
6#023545
7#022834
8#011B22
9#010D11

Tints

Lighter variations

1#079ECC
2#09B7EC
3#1FC5F7
4#3FCDF8
5#5FD5F9
6#7FDEFA
7#9FE6FC
8#BFEEFD
9#DFF7FE

Tones

Muted variations

1#0F81A4
2#177D9C
3#1F7893
4#27748B
5#306F83
6#386B7A
7#406772
8#49626A
9#515E62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF6
#DDF6FE
Light backgroundsTable row hoverSkeleton loading
200
BFEE
#BFEEFD
Secondary backgroundsInput backgroundsDividers
300
8EE1
#8EE1FB
BordersInactive statesPlaceholder text
400
53D2
#53D2F9
Disabled statesSecondary iconsMuted text
500
22C5
#22C5F7
Primary brand colorCTAsActive elementsLinks
600
08A8
#08A8D9
Hover statesFocus ringsPrimary buttons hover
700
0686
#0686AC
Active/pressed statesDark mode accentsSecondary text
800
045F
#045F7B
Text on light backgroundsHeadingsStrong borders
900
033D
#033D4F
Primary textHigh emphasis contentDark headings
950
0226
#022631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FBFE;
  --teal-100: #DDF6FE;
  --teal-200: #BFEEFD;
  --teal-300: #8EE1FB;
  --teal-400: #53D2F9;
  --teal-500: #22C5F7;
  --teal-600: #08A8D9;
  --teal-700: #0686AC;
  --teal-800: #045F7B;
  --teal-900: #033D4F;
  --teal-950: #022631;
}
Generate More ShadesCreate PaletteConvert Color