Teal

#0B79A8

Blue

Color Codes

All color formats for development

HEX
#0B79A8
RGB
rgb(11, 121, 168)
HSL
hsl(198, 88%, 35%)
OKLCH
oklch(0.544 0.113 235.2)
CMYK
cmyk(93%, 28%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

4.87:1

AA AAA

On Black Background

4.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF3
200
#C1EA
300
#91D9
400
#57C5
500
#27B5
600
#0D98
700
#0B79
800
#0856
900
#0537
950
#0322

Shades

Darker variations

1#0A6D97
2#096186
3#075475
4#064865
5#053C54
6#043043
7#032432
8#021822
9#010C11

Tints

Lighter variations

1#0D8FC7
2#0FA5E6
3#25B4F1
4#44BFF3
5#63C9F5
6#82D4F7
7#A2DFF9
8#C1EAFB
9#E0F4FD

Tones

Muted variations

1#1376A0
2#1A7298
3#226F90
4#2A6C88
5#326981
6#3A6679
7#426371
8#4A6069
9#515C61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FD
Light backgroundsTable row hoverSkeleton loading
200
C1EA
#C1EAFB
Secondary backgroundsInput backgroundsDividers
300
91D9
#91D9F8
BordersInactive statesPlaceholder text
400
57C5
#57C5F4
Disabled statesSecondary iconsMuted text
500
27B5
#27B5F1
Primary brand colorCTAsActive elementsLinks
600
0D98
#0D98D3
Hover statesFocus ringsPrimary buttons hover
700
0B79
#0B79A8
Active/pressed statesDark mode accentsSecondary text
800
0856
#085678
Text on light backgroundsHeadingsStrong borders
900
0537
#05374D
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: #DDF3FD;
  --teal-200: #C1EAFB;
  --teal-300: #91D9F8;
  --teal-400: #57C5F4;
  --teal-500: #27B5F1;
  --teal-600: #0D98D3;
  --teal-700: #0B79A8;
  --teal-800: #085678;
  --teal-900: #05374D;
  --teal-950: #032230;
}
Generate More ShadesCreate PaletteConvert Color