Cobalt

#044CDC

Blue

Color Codes

All color formats for development

HEX
#044CDC
RGB
rgb(4, 76, 220)
HSL
hsl(220, 96%, 44%)
OKLCH
oklch(0.484 0.228 262.5)
CMYK
cmyk(98%, 65%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

6.84:1

AA AAA

On Black Background

3.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE7
200
#BED3
300
#8CB2
400
#5089
500
#1E68
600
#044C
700
#043D
800
#032B
900
#021C
950
#0111

Shades

Darker variations

1#0445C6
2#043DB0
3#03359A
4#032E84
5#02266E
6#021F58
7#011742
8#010F2C
9#000816

Tints

Lighter variations

1#0556F8
2#1F68FA
3#3B7BFB
4#578EFC
5#73A1FC
6#8FB4FD
7#ABC6FD
8#C7D9FE
9#E3ECFE

Tones

Muted variations

1#0F50D1
2#1A53C6
3#2557BC
4#305BB1
5#3A5EA6
6#45629B
7#506591
8#5B6986
9#656D7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE7
#DCE7FE
Light backgroundsTable row hoverSkeleton loading
200
BED3
#BED3FE
Secondary backgroundsInput backgroundsDividers
300
8CB2
#8CB2FD
BordersInactive statesPlaceholder text
400
5089
#5089FB
Disabled statesSecondary iconsMuted text
500
1E68
#1E68FA
Primary brand colorCTAsActive elementsLinks
600
044C
#044CDC
Hover statesFocus ringsPrimary buttons hover
700
043D
#043DAF
Active/pressed statesDark mode accentsSecondary text
800
032B
#032B7D
Text on light backgroundsHeadingsStrong borders
900
021C
#021C50
Primary textHigh emphasis contentDark headings
950
0111
#011132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F5FF;
  --cobalt-100: #DCE7FE;
  --cobalt-200: #BED3FE;
  --cobalt-300: #8CB2FD;
  --cobalt-400: #5089FB;
  --cobalt-500: #1E68FA;
  --cobalt-600: #044CDC;
  --cobalt-700: #043DAF;
  --cobalt-800: #032B7D;
  --cobalt-900: #021C50;
  --cobalt-950: #011132;
}
Generate More ShadesCreate PaletteConvert Color