Teal

#0C83A7

Cyan

Color Codes

All color formats for development

HEX
#0C83A7
RGB
rgb(12, 131, 167)
HSL
hsl(194, 87%, 35%)
OKLCH
oklch(0.569 0.107 226.3)
CMYK
cmyk(93%, 22%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

4.36:1

AA AAA

On Black Background

4.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DEF5
200
#C1ED
300
#91E0
400
#58CF
500
#28C1
600
#0FA4
700
#0C83
800
#085D
900
#053C
950
#0325

Shades

Darker variations

1#0A7696
2#096986
3#085B75
4#074E64
5#064153
6#053443
7#032732
8#021A21
9#010D11

Tints

Lighter variations

1#0E9BC6
2#10B3E5
3#26C1F0
4#45CAF2
5#64D3F4
6#83DBF6
7#A2E4F9
8#C1EDFB
9#E0F6FD

Tones

Muted variations

1#137F9F
2#1B7A97
3#237690
4#2B7288
5#326E80
6#3A6A78
7#426671
8#4A6269
9#515D61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF5
#DEF5FD
Light backgroundsTable row hoverSkeleton loading
200
C1ED
#C1EDFB
Secondary backgroundsInput backgroundsDividers
300
91E0
#91E0F7
BordersInactive statesPlaceholder text
400
58CF
#58CFF3
Disabled statesSecondary iconsMuted text
500
28C1
#28C1F0
Primary brand colorCTAsActive elementsLinks
600
0FA4
#0FA4D2
Hover statesFocus ringsPrimary buttons hover
700
0C83
#0C83A7
Active/pressed statesDark mode accentsSecondary text
800
085D
#085D77
Text on light backgroundsHeadingsStrong borders
900
053C
#053C4C
Primary textHigh emphasis contentDark headings
950
0325
#032530
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DEF5FD;
  --teal-200: #C1EDFB;
  --teal-300: #91E0F7;
  --teal-400: #58CFF3;
  --teal-500: #28C1F0;
  --teal-600: #0FA4D2;
  --teal-700: #0C83A7;
  --teal-800: #085D77;
  --teal-900: #053C4C;
  --teal-950: #032530;
}
Generate More ShadesCreate PaletteConvert Color