Cobalt

#0B6CA8

Blue

Color Codes

All color formats for development

HEX
#0B6CA8
RGB
rgb(11, 108, 168)
HSL
hsl(203, 88%, 35%)
OKLCH
oklch(0.512 0.124 244.4)
CMYK
cmyk(93%, 36%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

5.64:1

AA AAA

On Black Background

3.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DDF1
200
#C1E5
300
#91D0
400
#57B8
500
#27A4
600
#0D87
700
#0B6C
800
#084D
900
#0531
950
#031F

Shades

Darker variations

1#0A6197
2#095686
3#074B75
4#064165
5#053654
6#042B43
7#032032
8#021622
9#010B11

Tints

Lighter variations

1#0D80C7
2#0F94E6
3#25A3F1
4#44B0F3
5#63BDF5
6#82CAF7
7#A2D7F9
8#C1E5FB
9#E0F2FD

Tones

Muted variations

1#136AA0
2#1A6898
3#226690
4#2A6488
5#326281
6#3A6179
7#425F71
8#4A5D69
9#515B61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FD
Light backgroundsTable row hoverSkeleton loading
200
C1E5
#C1E5FB
Secondary backgroundsInput backgroundsDividers
300
91D0
#91D0F8
BordersInactive statesPlaceholder text
400
57B8
#57B8F4
Disabled statesSecondary iconsMuted text
500
27A4
#27A4F1
Primary brand colorCTAsActive elementsLinks
600
0D87
#0D87D3
Hover statesFocus ringsPrimary buttons hover
700
0B6C
#0B6CA8
Active/pressed statesDark mode accentsSecondary text
800
084D
#084D78
Text on light backgroundsHeadingsStrong borders
900
0531
#05314D
Primary textHigh emphasis contentDark headings
950
031F
#031F30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F9FE;
  --cobalt-100: #DDF1FD;
  --cobalt-200: #C1E5FB;
  --cobalt-300: #91D0F8;
  --cobalt-400: #57B8F4;
  --cobalt-500: #27A4F1;
  --cobalt-600: #0D87D3;
  --cobalt-700: #0B6CA8;
  --cobalt-800: #084D78;
  --cobalt-900: #05314D;
  --cobalt-950: #031F30;
}
Generate More ShadesCreate PaletteConvert Color