Cobalt

#0445DC

Blue

Color Codes

All color formats for development

HEX
#0445DC
RGB
rgb(4, 69, 220)
HSL
hsl(222, 96%, 44%)
OKLCH
oklch(0.472 0.235 263.2)
CMYK
cmyk(98%, 69%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

7.27:1

AA AAA

On Black Background

2.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DCE6
200
#BED1
300
#8CAE
400
#5083
500
#1E60
600
#0445
700
#0437
800
#0327
900
#0219
950
#0110

Shades

Darker variations

1#043EC6
2#0437B0
3#03309A
4#032984
5#02236E
6#021C58
7#011542
8#010E2C
9#000716

Tints

Lighter variations

1#054EF8
2#1F61FA
3#3B75FB
4#5788FC
5#739CFC
6#8FB0FD
7#ABC4FD
8#C7D7FE
9#E3EBFE

Tones

Muted variations

1#0F49D1
2#1A4EC6
3#2552BC
4#3056B1
5#3A5BA6
6#455F9B
7#506391
8#5B6886
9#656C7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE6
#DCE6FE
Light backgroundsTable row hoverSkeleton loading
200
BED1
#BED1FE
Secondary backgroundsInput backgroundsDividers
300
8CAE
#8CAEFD
BordersInactive statesPlaceholder text
400
5083
#5083FB
Disabled statesSecondary iconsMuted text
500
1E60
#1E60FA
Primary brand colorCTAsActive elementsLinks
600
0445
#0445DC
Hover statesFocus ringsPrimary buttons hover
700
0437
#0437AF
Active/pressed statesDark mode accentsSecondary text
800
0327
#03277D
Text on light backgroundsHeadingsStrong borders
900
0219
#021950
Primary textHigh emphasis contentDark headings
950
0110
#011032
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F4FF;
  --cobalt-100: #DCE6FE;
  --cobalt-200: #BED1FE;
  --cobalt-300: #8CAEFD;
  --cobalt-400: #5083FB;
  --cobalt-500: #1E60FA;
  --cobalt-600: #0445DC;
  --cobalt-700: #0437AF;
  --cobalt-800: #03277D;
  --cobalt-900: #021950;
  --cobalt-950: #011032;
}
Generate More ShadesCreate PaletteConvert Color