Cobalt

#044BAE

Blue

Color Codes

All color formats for development

HEX
#044BAE
RGB
rgb(4, 75, 174)
HSL
hsl(215, 96%, 35%)
OKLCH
oklch(0.44 0.17 259.4)
CMYK
cmyk(98%, 57%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

8.01:1

AA AAA

On Black Background

2.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BED9
300
#8CBB
400
#5097
500
#1E7A
600
#045E
700
#044B
800
#0336
900
#0222
950
#0115

Shades

Darker variations

1#03439D
2#033C8C
3#02347A
4#022D69
5#022557
6#011E46
7#011634
8#010F23
9#000711

Tints

Lighter variations

1#0459CF
2#0567F0
3#1C78FA
4#3C8CFB
5#5D9FFC
6#7DB2FC
7#9EC5FD
8#BED9FE
9#DFECFE

Tones

Muted variations

1#0C4CA6
2#154E9E
3#1D4F95
4#26518D
5#2E5284
6#37547C
7#405573
8#48566A
9#515862

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEA
#DCEAFE
Light backgroundsTable row hoverSkeleton loading
200
BED9
#BED9FE
Secondary backgroundsInput backgroundsDividers
300
8CBB
#8CBBFD
BordersInactive statesPlaceholder text
400
5097
#5097FB
Disabled statesSecondary iconsMuted text
500
1E7A
#1E7AFA
Primary brand colorCTAsActive elementsLinks
600
045E
#045EDC
Hover statesFocus ringsPrimary buttons hover
700
044B
#044BAF
Active/pressed statesDark mode accentsSecondary text
800
0336
#03367D
Text on light backgroundsHeadingsStrong borders
900
0222
#022250
Primary textHigh emphasis contentDark headings
950
0115
#011532
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FF;
  --cobalt-100: #DCEAFE;
  --cobalt-200: #BED9FE;
  --cobalt-300: #8CBBFD;
  --cobalt-400: #5097FB;
  --cobalt-500: #1E7AFA;
  --cobalt-600: #045EDC;
  --cobalt-700: #044BAF;
  --cobalt-800: #03367D;
  --cobalt-900: #022250;
  --cobalt-950: #011532;
}
Generate More ShadesCreate PaletteConvert Color