Teal

#1182A2

Cyan

Color Codes

All color formats for development

HEX
#1182A2
RGB
rgb(17, 130, 162)
HSL
hsl(193, 81%, 35%)
OKLCH
oklch(0.565 0.102 223.9)
CMYK
cmyk(90%, 20%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

4.43:1

AA AAA

On Black Background

4.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF5
200
#C3ED
300
#95DF
400
#5DCF
500
#2FC1
600
#15A4
700
#1182
800
#0C5D
900
#083C
950
#0525

Shades

Darker variations

1#0F7591
2#0E6881
3#0C5B71
4#0A4E61
5#084151
6#073441
7#052730
8#031A20
9#020D10

Tints

Lighter variations

1#149AC0
2#17B3DE
3#2DC0E9
4#4BC9EC
5#69D2EF
6#87DBF2
7#A5E4F6
8#C3EDF9
9#E1F6FC

Tones

Muted variations

1#187E9A
2#1F7A93
3#27768C
4#2E7285
5#356E7D
6#3C6A76
7#44666F
8#4B6168
9#525D60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF5
#DFF5FC
Light backgroundsTable row hoverSkeleton loading
200
C3ED
#C3EDF9
Secondary backgroundsInput backgroundsDividers
300
95DF
#95DFF4
BordersInactive statesPlaceholder text
400
5DCF
#5DCFEE
Disabled statesSecondary iconsMuted text
500
2FC1
#2FC1E9
Primary brand colorCTAsActive elementsLinks
600
15A4
#15A4CB
Hover statesFocus ringsPrimary buttons hover
700
1182
#1182A2
Active/pressed statesDark mode accentsSecondary text
800
0C5D
#0C5D73
Text on light backgroundsHeadingsStrong borders
900
083C
#083C4A
Primary textHigh emphasis contentDark headings
950
0525
#05252E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DFF5FC;
  --teal-200: #C3EDF9;
  --teal-300: #95DFF4;
  --teal-400: #5DCFEE;
  --teal-500: #2FC1E9;
  --teal-600: #15A4CB;
  --teal-700: #1182A2;
  --teal-800: #0C5D73;
  --teal-900: #083C4A;
  --teal-950: #05252E;
}
Generate More ShadesCreate PaletteConvert Color