Cobalt

#0944AA

Blue

Color Codes

All color formats for development

HEX
#0944AA
RGB
rgb(9, 68, 170)
HSL
hsl(218, 90%, 35%)
OKLCH
oklch(0.423 0.173 261.2)
CMYK
cmyk(95%, 60%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

8.68:1

AA AAA

On Black Background

2.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D6
300
#90B6
400
#5590
500
#2571
600
#0B55
700
#0944
800
#0630
900
#041F
950
#0313

Shades

Darker variations

1#083D99
2#073688
3#062F77
4#052966
5#042255
6#041B44
7#031433
8#020E22
9#010711

Tints

Lighter variations

1#0B50C9
2#0C5DE9
3#236FF3
4#4284F5
5#6298F7
6#81ADF8
7#A1C1FA
8#C0D6FC
9#E0EAFD

Tones

Muted variations

1#1146A2
2#19489A
3#214A91
4#294C89
5#314F81
6#395179
7#415371
8#495569
9#515761

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D6
#C0D6FC
Secondary backgroundsInput backgroundsDividers
300
90B6
#90B6F9
BordersInactive statesPlaceholder text
400
5590
#5590F6
Disabled statesSecondary iconsMuted text
500
2571
#2571F4
Primary brand colorCTAsActive elementsLinks
600
0B55
#0B55D5
Hover statesFocus ringsPrimary buttons hover
700
0944
#0944AA
Active/pressed statesDark mode accentsSecondary text
800
0630
#063079
Text on light backgroundsHeadingsStrong borders
900
041F
#041F4E
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: #F0F6FE;
  --cobalt-100: #DDE9FD;
  --cobalt-200: #C0D6FC;
  --cobalt-300: #90B6F9;
  --cobalt-400: #5590F6;
  --cobalt-500: #2571F4;
  --cobalt-600: #0B55D5;
  --cobalt-700: #0944AA;
  --cobalt-800: #063079;
  --cobalt-900: #041F4E;
  --cobalt-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color