Cobalt

#0C56D4

Blue

Color Codes

All color formats for development

HEX
#0C56D4
RGB
rgb(12, 86, 212)
HSL
hsl(218, 89%, 44%)
OKLCH
oklch(0.496 0.205 261.2)
CMYK
cmyk(94%, 59%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

6.37:1

AA AAA

On Black Background

3.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDE9
200
#C0D6
300
#90B6
400
#5691
500
#2671
600
#0C56
700
#0A44
800
#0731
900
#041F
950
#0313

Shades

Darker variations

1#0B4DBF
2#0A44AA
3#093C94
4#07337F
5#062B6A
6#052255
7#041A40
8#02112A
9#010915

Tints

Lighter variations

1#0E60EF
2#2772F2
3#4283F4
4#5D95F6
5#78A7F7
6#93B8F9
7#AECAFA
8#C9DCFC
9#E4EDFD

Tones

Muted variations

1#1658CA
2#205BC0
3#2A5EB6
4#3460AC
5#3E63A2
6#486698
7#52688E
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
C0D6
#C0D6FB
Secondary backgroundsInput backgroundsDividers
300
90B6
#90B6F9
BordersInactive statesPlaceholder text
400
5691
#5691F5
Disabled statesSecondary iconsMuted text
500
2671
#2671F2
Primary brand colorCTAsActive elementsLinks
600
0C56
#0C56D4
Hover statesFocus ringsPrimary buttons hover
700
0A44
#0A44A9
Active/pressed statesDark mode accentsSecondary text
800
0731
#073178
Text on light backgroundsHeadingsStrong borders
900
041F
#041F4D
Primary textHigh emphasis contentDark headings
950
0313
#031330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F6FE;
  --cobalt-100: #DDE9FD;
  --cobalt-200: #C0D6FB;
  --cobalt-300: #90B6F9;
  --cobalt-400: #5691F5;
  --cobalt-500: #2671F2;
  --cobalt-600: #0C56D4;
  --cobalt-700: #0A44A9;
  --cobalt-800: #073178;
  --cobalt-900: #041F4D;
  --cobalt-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color