Teal

#1189A2

Cyan

Color Codes

All color formats for development

HEX
#1189A2
RGB
rgb(17, 137, 162)
HSL
hsl(190, 81%, 35%)
OKLCH
oklch(0.582 0.101 217.3)
CMYK
cmyk(90%, 15%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

4.10:1

AA AAA

On Black Background

5.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF7
200
#C3F0
300
#95E4
400
#5DD6
500
#2FCA
600
#15AD
700
#1189
800
#0C62
900
#083F
950
#0527

Shades

Darker variations

1#0F7C91
2#0E6E81
3#0C6071
4#0A5261
5#084551
6#073741
7#052930
8#031B20
9#020E10

Tints

Lighter variations

1#14A3C0
2#17BCDE
3#2DCAE9
4#4BD1EC
5#69D9EF
6#87E1F2
7#A5E8F6
8#C3F0F9
9#E1F7FC

Tones

Muted variations

1#18859A
2#1F8093
3#277B8C
4#2E7685
5#35717D
6#3C6D76
7#44686F
8#4B6368
9#525E60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FC
Light backgroundsTable row hoverSkeleton loading
200
C3F0
#C3F0F9
Secondary backgroundsInput backgroundsDividers
300
95E4
#95E4F4
BordersInactive statesPlaceholder text
400
5DD6
#5DD6EE
Disabled statesSecondary iconsMuted text
500
2FCA
#2FCAE9
Primary brand colorCTAsActive elementsLinks
600
15AD
#15ADCB
Hover statesFocus ringsPrimary buttons hover
700
1189
#1189A2
Active/pressed statesDark mode accentsSecondary text
800
0C62
#0C6273
Text on light backgroundsHeadingsStrong borders
900
083F
#083F4A
Primary textHigh emphasis contentDark headings
950
0527
#05272E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DFF7FC;
  --teal-200: #C3F0F9;
  --teal-300: #95E4F4;
  --teal-400: #5DD6EE;
  --teal-500: #2FCAE9;
  --teal-600: #15ADCB;
  --teal-700: #1189A2;
  --teal-800: #0C6273;
  --teal-900: #083F4A;
  --teal-950: #05272E;
}
Generate More ShadesCreate PaletteConvert Color