Teal

#0CA6A6

Cyan

Color Codes

All color formats for development

HEX
#0CA6A6
RGB
rgb(12, 166, 166)
HSL
hsl(180, 87%, 35%)
OKLCH
oklch(0.657 0.111 194.8)
CMYK
cmyk(93%, 0%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

2.99:1

AA AAA

On Black Background

7.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFD
200
#C1FB
300
#91F7
400
#58F3
500
#28F0
600
#0FD2
700
#0CA7
800
#0877
900
#054C
950
#0330

Shades

Darker variations

1#0A9696
2#098686
3#087575
4#076464
5#065353
6#054343
7#033232
8#022121
9#011111

Tints

Lighter variations

1#0EC6C6
2#10E5E5
3#26F0F0
4#45F2F2
5#64F4F4
6#83F6F6
7#A2F9F9
8#C1FBFB
9#E0FDFD

Tones

Muted variations

1#139F9F
2#1B9797
3#239090
4#2B8888
5#328080
6#3A7878
7#427171
8#4A6969
9#516161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DEFD
#DEFDFD
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBFB
Secondary backgroundsInput backgroundsDividers
300
91F7
#91F7F7
BordersInactive statesPlaceholder text
400
58F3
#58F3F3
Disabled statesSecondary iconsMuted text
500
28F0
#28F0F0
Primary brand colorCTAsActive elementsLinks
600
0FD2
#0FD2D2
Hover statesFocus ringsPrimary buttons hover
700
0CA7
#0CA7A7
Active/pressed statesDark mode accentsSecondary text
800
0877
#087777
Text on light backgroundsHeadingsStrong borders
900
054C
#054C4C
Primary textHigh emphasis contentDark headings
950
0330
#033030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFE;
  --teal-100: #DEFDFD;
  --teal-200: #C1FBFB;
  --teal-300: #91F7F7;
  --teal-400: #58F3F3;
  --teal-500: #28F0F0;
  --teal-600: #0FD2D2;
  --teal-700: #0CA7A7;
  --teal-800: #087777;
  --teal-900: #054C4C;
  --teal-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color