Teal

#1094A2

Cyan

Color Codes

All color formats for development

HEX
#1094A2
RGB
rgb(16, 148, 162)
HSL
hsl(186, 82%, 35%)
OKLCH
oklch(0.61 0.102 206.9)
CMYK
cmyk(90%, 9%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.63:1

AA AAA

On Black Background

5.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C3F4
300
#94EB
400
#5DE0
500
#2ED8
600
#14BA
700
#1094
800
#0B6A
900
#0744
950
#052A

Shades

Darker variations

1#0E8592
2#0D7682
3#0B6772
4#0A5961
5#084A51
6#063B41
7#052C31
8#031E20
9#020F10

Tints

Lighter variations

1#13AFC1
2#16CBDF
3#2CD7EA
4#4ADDED
5#68E2F0
6#86E8F3
7#A5EEF6
8#C3F4F9
9#E1F9FC

Tones

Muted variations

1#178E9B
2#1F8894
3#26828C
4#2D7C85
5#35777E
6#3C7177
7#436B6F
8#4B6568
9#525F61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FC
Light backgroundsTable row hoverSkeleton loading
200
C3F4
#C3F4F9
Secondary backgroundsInput backgroundsDividers
300
94EB
#94EBF4
BordersInactive statesPlaceholder text
400
5DE0
#5DE0EF
Disabled statesSecondary iconsMuted text
500
2ED8
#2ED8EA
Primary brand colorCTAsActive elementsLinks
600
14BA
#14BACC
Hover statesFocus ringsPrimary buttons hover
700
1094
#1094A2
Active/pressed statesDark mode accentsSecondary text
800
0B6A
#0B6A74
Text on light backgroundsHeadingsStrong borders
900
0744
#07444A
Primary textHigh emphasis contentDark headings
950
052A
#052A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FCFE;
  --teal-100: #DFF9FC;
  --teal-200: #C3F4F9;
  --teal-300: #94EBF4;
  --teal-400: #5DE0EF;
  --teal-500: #2ED8EA;
  --teal-600: #14BACC;
  --teal-700: #1094A2;
  --teal-800: #0B6A74;
  --teal-900: #07444A;
  --teal-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color