Cobalt

#0D56D3

Blue

Color Codes

All color formats for development

HEX
#0D56D3
RGB
rgb(13, 86, 211)
HSL
hsl(218, 88%, 44%)
OKLCH
oklch(0.496 0.204 261.2)
CMYK
cmyk(94%, 59%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

6.39:1

AA AAA

On Black Background

3.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDE9
200
#C1D6
300
#91B7
400
#5791
500
#2771
600
#0D56
700
#0B44
800
#0831
900
#051F
950
#0314

Shades

Darker variations

1#0C4DBE
2#0B45A9
3#093C94
4#08347F
5#072B69
6#052254
7#041A3F
8#03112A
9#010915

Tints

Lighter variations

1#0F61EE
2#2872F1
3#4384F3
4#5E95F5
5#79A7F6
6#94B8F8
7#AECAFA
8#C9DCFC
9#E4EDFD

Tones

Muted variations

1#1759C9
2#215BBF
3#2B5EB5
4#3560AB
5#3F63A2
6#496698
7#53688E
8#5C6B84
9#666E7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C1D6
#C1D6FB
Secondary backgroundsInput backgroundsDividers
300
91B7
#91B7F8
BordersInactive statesPlaceholder text
400
5791
#5791F4
Disabled statesSecondary iconsMuted text
500
2771
#2771F1
Primary brand colorCTAsActive elementsLinks
600
0D56
#0D56D3
Hover statesFocus ringsPrimary buttons hover
700
0B44
#0B44A8
Active/pressed statesDark mode accentsSecondary text
800
0831
#083178
Text on light backgroundsHeadingsStrong borders
900
051F
#051F4D
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F6FE;
  --cobalt-100: #DDE9FD;
  --cobalt-200: #C1D6FB;
  --cobalt-300: #91B7F8;
  --cobalt-400: #5791F4;
  --cobalt-500: #2771F1;
  --cobalt-600: #0D56D3;
  --cobalt-700: #0B44A8;
  --cobalt-800: #083178;
  --cobalt-900: #051F4D;
  --cobalt-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color