Teal

#0C78A7

Blue

Color Codes

All color formats for development

HEX
#0C78A7
RGB
rgb(12, 120, 167)
HSL
hsl(198, 87%, 35%)
OKLCH
oklch(0.541 0.113 235.5)
CMYK
cmyk(93%, 28%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

4.93:1

AA AAA

On Black Background

4.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DEF3
200
#C1E9
300
#91D9
400
#58C5
500
#28B4
600
#0F97
700
#0C78
800
#0856
900
#0537
950
#0322

Shades

Darker variations

1#0A6C96
2#096086
3#085475
4#074864
5#063C53
6#053043
7#032432
8#021821
9#010C11

Tints

Lighter variations

1#0E8FC6
2#10A5E5
3#26B3F0
4#45BEF2
5#64C9F4
6#83D4F6
7#A2DFF9
8#C1E9FB
9#E0F4FD

Tones

Muted variations

1#13759F
2#1B7297
3#236F90
4#2B6C88
5#326980
6#3A6678
7#426371
8#4A5F69
9#515C61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF3
#DEF3FD
Light backgroundsTable row hoverSkeleton loading
200
C1E9
#C1E9FB
Secondary backgroundsInput backgroundsDividers
300
91D9
#91D9F7
BordersInactive statesPlaceholder text
400
58C5
#58C5F3
Disabled statesSecondary iconsMuted text
500
28B4
#28B4F0
Primary brand colorCTAsActive elementsLinks
600
0F97
#0F97D2
Hover statesFocus ringsPrimary buttons hover
700
0C78
#0C78A7
Active/pressed statesDark mode accentsSecondary text
800
0856
#085677
Text on light backgroundsHeadingsStrong borders
900
0537
#05374C
Primary textHigh emphasis contentDark headings
950
0322
#032230
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FAFE;
  --teal-100: #DEF3FD;
  --teal-200: #C1E9FB;
  --teal-300: #91D9F7;
  --teal-400: #58C5F3;
  --teal-500: #28B4F0;
  --teal-600: #0F97D2;
  --teal-700: #0C78A7;
  --teal-800: #085677;
  --teal-900: #05374C;
  --teal-950: #032230;
}
Generate More ShadesCreate PaletteConvert Color